ServiceException Constructor (String, ErrorType, String, String, HttpStatusCode) |
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntaxpublic ServiceException(
string message,
ErrorType errorType,
string errorCode,
string requestId,
HttpStatusCode statusCode
)
Parameters
- message
- Type: SystemString
- errorType
- Type: OBSErrorType
- errorCode
- Type: SystemString
- requestId
- Type: SystemString
- statusCode
- Type: System.NetHttpStatusCode
See Also