C# Class Ancestry.QueryProcessor.QPException

Inheritance: AncestryException
Afficher le fichier Open project: Ancestry/DotQL

Méthodes protégées

Méthode Description
QPException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System

Method Details

QPException() protected méthode

protected QPException ( 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

QPException() protected méthode

protected QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System
resourceManager System.Resources.ResourceManager
errorCode int
severity ErrorSeverity
innerException System.Exception
Résultat System