Class DataEntityNotFoundException<T>
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)