C# 클래스 Ancestry.QueryProcessor.Parse.LanguageException

Indicates an invalid configuration of the elements in an abstract syntax tree.
The LanguageException is an internal exception used to assert the validity of a given abstract syntax tree. LanguageExceptions are thrown when an attempt is made to construct an invalid abstract syntax tree. Only the parser should throw this exceptions of this type.
상속: QPException
파일 보기 프로젝트 열기: Ancestry/DotQL

공개 메소드들

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

메소드 상세

LanguageException() 공개 메소드

public LanguageException ( Codes errorCode ) : System
errorCode Codes
리턴 System

LanguageException() 공개 메소드

public LanguageException ( Codes errorCode, ErrorSeverity severity ) : System
errorCode Codes
severity ErrorSeverity
리턴 System

LanguageException() 공개 메소드

public LanguageException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
errorCode Codes
severity ErrorSeverity
innerException System.Exception
리턴 System

LanguageException() 공개 메소드

public LanguageException ( Codes errorCode, Exception innerException ) : System
errorCode Codes
innerException System.Exception
리턴 System

LanguageException() 공개 메소드

public LanguageException ( 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