C# 클래스 Ancestry.QueryProcessor.QPException

상속: AncestryException
파일 보기 프로젝트 열기: Ancestry/DotQL

보호된 메소드들

메소드 설명
QPException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System

메소드 상세

QPException() 보호된 메소드

protected QPException ( 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

QPException() 보호된 메소드

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