C# Class Ancestry.QueryProcessor.AncestryException

Inheritance: System.Exception
Datei anzeigen Open project: Ancestry/DotQL Class Usage Examples

Public Methods

Method Description
AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System
AncestryException ( ErrorSeverity severity, int errorCode, string message, Exception innerException ) : System
AncestryException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
AncestryException ( Exception exception ) : System
AncestryException ( Exception exception, Exception innerException ) : System
AncestryException ( System info, System context ) : System
AncestryException ( int errorCode, string message ) : System
AncestryException ( string message ) : System
GetDetails ( ) : string
GetMessage ( ResourceManager resourceManager, int errorCode ) : string
GetObjectData ( System info, System context ) : void
GetServerContext ( ) : string

Protected Methods

Method Description
AncestryException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System

Method Details

AncestryException() public method

public AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System
severity ErrorSeverity
errorCode int
message string
return System

AncestryException() public method

public AncestryException ( ErrorSeverity severity, int errorCode, string message, Exception innerException ) : System
severity ErrorSeverity
errorCode int
message string
innerException System.Exception
return System

AncestryException() public method

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

AncestryException() public method

public AncestryException ( Exception exception ) : System
exception System.Exception
return System

AncestryException() public method

public AncestryException ( Exception exception, Exception innerException ) : System
exception System.Exception
innerException System.Exception
return System

AncestryException() protected method

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

AncestryException() public method

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

AncestryException() public method

public AncestryException ( int errorCode, string message ) : System
errorCode int
message string
return System

AncestryException() public method

public AncestryException ( string message ) : System
message string
return System

GetDetails() public method

public GetDetails ( ) : string
return string

GetMessage() public static method

public static GetMessage ( ResourceManager resourceManager, int errorCode ) : string
resourceManager System.Resources.ResourceManager
errorCode int
return string

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

GetServerContext() public method

public GetServerContext ( ) : string
return string