C# Class Ancestry.QueryProcessor.QPException

Inheritance: AncestryException
Datei anzeigen Open project: Ancestry/DotQL

Protected Methods

Method 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 method

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
return System

QPException() protected method

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