ObsException Constructor (String, Exception, ErrorType, String, String, HttpStatusCode) |
Constructor
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic ObsException(
string message,
Exception innerException,
ErrorType errorType,
string errorCode,
string requestId,
HttpStatusCode statusCode
)
Parameters
- message
- Type: SystemString
Error description returned by the OBS server - innerException
- Type: SystemException
Exception caused by the error - errorType
- Type: OBSErrorType
Error type - errorCode
- Type: SystemString
Error code on the OBS server - requestId
- Type: SystemString
Request ID returned by the OBS server - statusCode
- Type: System.NetHttpStatusCode
HTTP status code
See Also