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

Méthodes publiques

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

Method Details

LanguageException() public méthode

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

LanguageException() public méthode

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

LanguageException() public méthode

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

LanguageException() public méthode

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

LanguageException() public méthode

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