Click or drag to resize

ServiceException Constructor (String, Exception, HttpStatusCode)

Constructor

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

Parameters

message
Type: SystemString
Error information
innerException
Type: SystemException
Exception caused by the error
statusCode
Type: System.NetHttpStatusCode
HTTP status code
See Also