Click or drag to resize

ServiceException Class

Base class of OBS exceptions
Inheritance Hierarchy

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public abstract class ServiceException : Exception

The ServiceException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrorCode
Error code returned by the OBS server
Public propertyErrorMessage
Error description returned by the OBS server
Public propertyErrorType
Error type
Public propertyRequestId
Request ID returned by the OBS server
Public propertyStatusCode
HTTP status code in the response
Top
See Also

Reference