C# Class 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.
Inheritance: QPException
Afficher le fichier Open project: Ancestry/DotQL

Méthodes publiques

Méthode Description
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

Method Details

LexerException() public méthode

public LexerException ( Codes errorCode ) : System
errorCode Codes
Résultat System

LexerException() public méthode

public LexerException ( Codes errorCode, ErrorSeverity severity ) : System
errorCode Codes
severity ErrorSeverity
Résultat System

LexerException() public méthode

public LexerException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
errorCode Codes
severity ErrorSeverity
innerException System.Exception
Résultat System

LexerException() public méthode

public LexerException ( Codes errorCode, Exception innerException ) : System
errorCode Codes
innerException System.Exception
Résultat System

LexerException() public méthode

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
Résultat System