C# 클래스 Ancestry.QueryProcessor.AncestryException

상속: System.Exception
파일 보기 프로젝트 열기: Ancestry/DotQL 1 사용 예제들

공개 메소드들

메소드 설명
AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System
AncestryException ( ErrorSeverity severity, int errorCode, string message, Exception innerException ) : System
AncestryException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
AncestryException ( Exception exception ) : System
AncestryException ( Exception exception, Exception innerException ) : System
AncestryException ( System info, System context ) : System
AncestryException ( int errorCode, string message ) : System
AncestryException ( string message ) : System
GetDetails ( ) : string
GetMessage ( ResourceManager resourceManager, int errorCode ) : string
GetObjectData ( System info, System context ) : void
GetServerContext ( ) : string

보호된 메소드들

메소드 설명
AncestryException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System

메소드 상세

AncestryException() 공개 메소드

public AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System
severity ErrorSeverity
errorCode int
message string
리턴 System

AncestryException() 공개 메소드

public AncestryException ( ErrorSeverity severity, int errorCode, string message, Exception innerException ) : System
severity ErrorSeverity
errorCode int
message string
innerException System.Exception
리턴 System

AncestryException() 공개 메소드

public AncestryException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
severity ErrorSeverity
code int
message string
details string
serverContext string
innerException AncestryException
리턴 System

AncestryException() 공개 메소드

public AncestryException ( Exception exception ) : System
exception System.Exception
리턴 System

AncestryException() 공개 메소드

public AncestryException ( Exception exception, Exception innerException ) : System
exception System.Exception
innerException System.Exception
리턴 System

AncestryException() 보호된 메소드

protected AncestryException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System
resourceManager System.Resources.ResourceManager
errorCode int
severity ErrorSeverity
innerException System.Exception
리턴 System

AncestryException() 공개 메소드

public AncestryException ( System info, System context ) : System
info System
context System
리턴 System

AncestryException() 공개 메소드

public AncestryException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

AncestryException() 공개 메소드

public AncestryException ( string message ) : System
message string
리턴 System

GetDetails() 공개 메소드

public GetDetails ( ) : string
리턴 string

GetMessage() 공개 정적인 메소드

public static GetMessage ( ResourceManager resourceManager, int errorCode ) : string
resourceManager System.Resources.ResourceManager
errorCode int
리턴 string

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

GetServerContext() 공개 메소드

public GetServerContext ( ) : string
리턴 string