Method | Description | |
---|---|---|
AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System | ||
AncestryException ( ErrorSeverity severity, int errorCode, string message, |
||
AncestryException ( ErrorSeverity severity, int code, string message, string details, string serverContext, |
||
AncestryException ( |
||
AncestryException ( |
||
AncestryException ( System info, System context ) : System | ||
AncestryException ( int errorCode, string message ) : System | ||
AncestryException ( string message ) : System | ||
GetDetails ( ) : string | ||
GetMessage ( |
||
GetObjectData ( System info, System context ) : void | ||
GetServerContext ( ) : string |
Method | Description | |
---|---|---|
AncestryException ( |
public AncestryException ( ErrorSeverity severity, int errorCode, string message ) : System | ||
severity | ErrorSeverity | |
errorCode | int | |
message | string | |
return | System |
public AncestryException ( ErrorSeverity severity, int errorCode, string message, |
||
severity | ErrorSeverity | |
errorCode | int | |
message | string | |
innerException | ||
return | System |
public AncestryException ( ErrorSeverity severity, int code, string message, string details, string serverContext, |
||
severity | ErrorSeverity | |
code | int | |
message | string | |
details | string | |
serverContext | string | |
innerException | ||
return | System |
public AncestryException ( |
||
exception | ||
return | System |
public AncestryException ( |
||
exception | ||
innerException | ||
return | System |
protected AncestryException ( |
||
resourceManager | ||
errorCode | int | |
severity | ErrorSeverity | |
innerException | ||
return | System |
public AncestryException ( System info, System context ) : System | ||
info | System | |
context | System | |
return | System |
public AncestryException ( int errorCode, string message ) : System | ||
errorCode | int | |
message | string | |
return | System |
public AncestryException ( string message ) : System | ||
message | string | |
return | System |
public static GetMessage ( |
||
resourceManager | ||
errorCode | int | |
return | string |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |