C# Class Taijutsu.Domain.NotFoundException

Inheritance: EntityException
Afficher le fichier Open project: NikGovorov/Taijutsu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

NotFoundException() public méthode

public NotFoundException ( object id, object type, Exception innnerException = null ) : System
id object
type object
innnerException System.Exception
Résultat System

NotFoundException() public méthode

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

NotFoundException() public méthode

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