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
Показать файл Открыть проект

Открытые методы

Метод Описание
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