C# Class Ancestry.QueryProcessor.BaseException

Inheritance: AncestryException
Datei anzeigen Open project: Ancestry/DotQL

Public Methods

Method Description
BaseException ( Codes errorCode ) : System
BaseException ( Codes errorCode, ErrorSeverity severity ) : System
BaseException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
BaseException ( Codes errorCode, Exception innerException ) : System
BaseException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
BaseException ( System info, System context ) : System

Method Details

BaseException() public method

public BaseException ( Codes errorCode ) : System
errorCode Codes
return System

BaseException() public method

public BaseException ( Codes errorCode, ErrorSeverity severity ) : System
errorCode Codes
severity ErrorSeverity
return System

BaseException() public method

public BaseException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
errorCode Codes
severity ErrorSeverity
innerException System.Exception
return System

BaseException() public method

public BaseException ( Codes errorCode, Exception innerException ) : System
errorCode Codes
innerException System.Exception
return System

BaseException() public method

public BaseException ( 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

BaseException() public method

public BaseException ( System info, System context ) : System
info System
context System
return System