C# 클래스 Taijutsu.Domain.NotUniqueException

상속: EntityException
파일 보기 프로젝트 열기: NikGovorov/Taijutsu 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

NotUniqueException() 공개 메소드

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

NotUniqueException() 공개 메소드

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

NotUniqueException() 공개 메소드

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

NotUniqueException() 공개 메소드

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