Table of Contents

Class DataEntityNotFoundException

Namespace
Tlabs.Data
Assembly
Tlabs.Data.dll

Data entity not found exception.

public class DataEntityNotFoundException : GeneralException
Inheritance
DataEntityNotFoundException
Derived
Extension Methods

Constructors

DataEntityNotFoundException(string, object)

Ctor from ent and key.

public DataEntityNotFoundException(string ent, object key)

Parameters

ent string
key object

DataEntityNotFoundException(string, object, Exception)

Ctor from ent, key and inner exception e.

public DataEntityNotFoundException(string ent, object key, Exception e)

Parameters

ent string
key object
e Exception