Click or drag to resize

ObsException Constructor (String, Exception, ErrorType, String, String, HttpStatusCode, String)

Constructor

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public ObsException(
	string message,
	Exception innerException,
	ErrorType errorType,
	string errorCode,
	string requestId,
	HttpStatusCode statusCode,
	string obsId2
)

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
obsId2
Type: SystemString
Special symbol
See Also