Click or drag to resize

ServiceException Constructor (String, Exception, HttpStatusCode)

Initializes a new instance of the ServiceException class

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public ServiceException(
	string message,
	Exception innerException,
	HttpStatusCode statusCode
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
statusCode
Type: System.NetHttpStatusCode
See Also