Click or drag to resize

ObsException Class

Inheritance Hierarchy
SystemObject
  SystemException
    OBSServiceException
      OBSObsException

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public class ObsException : ServiceException

The ObsException type exposes the following members.

Constructors
  NameDescription
Public methodObsException(Exception)
Initializes a new instance of the ObsException class
Public methodObsException(String)
Initializes a new instance of the ObsException class
Public methodObsException(String, Exception)
Initializes a new instance of the ObsException class
Public methodObsException(String, ErrorType, String)
Initializes a new instance of the ObsException class
Public methodObsException(String, ErrorType, String, String)
Initializes a new instance of the ObsException class
Public methodObsException(String, ErrorType, String, String, HttpStatusCode)
Initializes a new instance of the ObsException class
Public methodObsException(String, ErrorType, String, String, String, HttpStatusCode)
Initializes a new instance of the ObsException class
Public methodObsException(String, Exception, ErrorType, String, String, HttpStatusCode)
Initializes a new instance of the ObsException class
Public methodObsException(String, Exception, ErrorType, String, String, HttpStatusCode, String)
Initializes a new instance of the ObsException class
Public methodObsException(String, Exception, ErrorType, String, String, String, HttpStatusCode)
Initializes a new instance of the ObsException class
Top
Properties
  NameDescription
Public propertyErrorCode (Inherited from ServiceException.)
Public propertyErrorMessage (Inherited from ServiceException.)
Public propertyErrorType (Inherited from ServiceException.)
Public propertyHostId
Public propertyObsId2 Obsolete.
Public propertyRequestId (Inherited from ServiceException.)
Public propertyStatusCode (Inherited from ServiceException.)
Top
Methods
  NameDescription
Public methodToString (Overrides ExceptionToString.)
Top
See Also

Reference