C# 클래스 Taijutsu.Domain.NotFoundException

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

공개 메소드들

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

메소드 상세

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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