C# Class Taijutsu.Domain.NotUniqueException

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

Public Methods

Method 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 method

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

NotUniqueException() public method

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

NotUniqueException() public method

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

NotUniqueException() public method

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