Table of Contents

Class DataEntityNotFoundException<T>

Namespace
Tlabs.Data
Assembly
Tlabs.Data.dll

Data entity not found exception.

public class DataEntityNotFoundException<T> : DataEntityNotFoundException

Type Parameters

T
Inheritance
DataEntityNotFoundException<T>
Extension Methods

Constructors

DataEntityNotFoundException(object)

Ctor from key.

public DataEntityNotFoundException(object key)

Parameters

key object

DataEntityNotFoundException(object, Exception)

Ctor from key and inner exception e.

public DataEntityNotFoundException(object key, Exception e)

Parameters

key object
e Exception