C# Class Taijutsu.Domain.NotUniqueException

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

Méthodes publiques

Méthode Description
NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
NotUniqueException ( object id, object type, Exception innnerException = null ) : System
NotUniqueException ( string query, Type type, Exception innnerException = null ) : System
NotUniqueException ( string query, object type, Exception innnerException = null ) : System

Method Details

NotUniqueException() public méthode

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

NotUniqueException() public méthode

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

NotUniqueException() public méthode

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

NotUniqueException() public méthode

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