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