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

Indicates an exception encoutered during lexical analysis.
The LexerException is thrown whenever the lexical analyzer encouters an error state. Only the lexer should throw exceptions of this type.
상속: QPException
파일 보기 프로젝트 열기: Ancestry/DotQL

공개 메소드들

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

메소드 상세

LexerException() 공개 메소드

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

LexerException() 공개 메소드

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

LexerException() 공개 메소드

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

LexerException() 공개 메소드

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

LexerException() 공개 메소드

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