ObsException Constructor (String, ErrorType, String, String) |
Constructor
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic ObsException(
string message,
ErrorType errorType,
string errorCode,
string requestId
)
Parameters
- message
- Type: SystemString
Error description returned by the OBS server - errorType
- Type: OBSErrorType
Error type - errorCode
- Type: SystemString
Error code on the OBS server - requestId
- Type: SystemString
Request ID returned by the OBS server
See Also