Ancestry.QueryProcessor.QPException.QPException C# (CSharp) Method

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
        protected QPException(ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException)
            : base(severity, code, message, details, serverContext, innerException)
        {
        }

Same methods

QPException::QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System
QPException