Click or drag to resize

ObsException Constructor (String, ErrorType, String, 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,
	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