C# Class Ancestry.QueryProcessor.BaseException

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

Méthodes publiques

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

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

BaseException() public méthode

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

BaseException() public méthode

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

BaseException() public méthode

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

BaseException() public méthode

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

BaseException() public méthode

public BaseException ( System info, System context ) : System
info System
context System
Résultat System