Method | Description | |
---|---|---|
InternalErrorException ( |
Construct instance of InternalErrorException
|
|
InternalErrorException ( string message ) : System |
Constructs a new InternalErrorException with the specified error message.
|
|
InternalErrorException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of InternalErrorException
|
|
InternalErrorException ( string message, |
Construct instance of InternalErrorException
|
|
InternalErrorException ( string message, |
Construct instance of InternalErrorException
|
Method | Description | |
---|---|---|
InternalErrorException ( System info, System context ) : System |
Constructs a new instance of the InternalErrorException class with serialized data.
|
public InternalErrorException ( |
||
innerException | ||
return | System |
protected InternalErrorException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public InternalErrorException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
return | System |
public InternalErrorException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |
public InternalErrorException ( string message, |
||
message | string | |
innerException | ||
return | System |
public InternalErrorException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |