Class DataEntityNotFoundException
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
DataEntityNotFoundException(string, object, Exception)
Ctor from ent, key and inner exception e.
public DataEntityNotFoundException(string ent, object key, Exception e)