C# Class Taijutsu.Domain.NotFoundException

Inheritance: EntityException
Show file Open project: NikGovorov/Taijutsu Class Usage Examples

Public Methods

Method Description
NotFoundException ( object id, Type type, Exception innnerException = null ) : System
NotFoundException ( object id, object type, Exception innnerException = null ) : System
NotFoundException ( string query, Type type, Exception innnerException = null ) : System
NotFoundException ( string query, object type, Exception innnerException = null ) : System

Method Details

NotFoundException() public method

public NotFoundException ( object id, Type type, Exception innnerException = null ) : System
id object
type System.Type
innnerException System.Exception
return System

NotFoundException() public method

public NotFoundException ( object id, object type, Exception innnerException = null ) : System
id object
type object
innnerException System.Exception
return System

NotFoundException() public method

public NotFoundException ( string query, Type type, Exception innnerException = null ) : System
query string
type System.Type
innnerException System.Exception
return System

NotFoundException() public method

public NotFoundException ( string query, object type, Exception innnerException = null ) : System
query string
type object
innnerException System.Exception
return System