Click or drag to resize

ServiceException Class

Inheritance Hierarchy
System.Object
  System.Exception
    OBS.ServiceException
      OBS.ObsException

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

The ServiceException type exposes the following members.

Constructors
  NameDescription
Public methodServiceException()
Initializes a new instance of the ServiceException class
Public methodServiceException(Exception)
Initializes a new instance of the ServiceException class
Public methodServiceException(String)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, Exception)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, ErrorType, String)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, Exception, HttpStatusCode)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, ErrorType, String, String)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, ErrorType, String, String, HttpStatusCode)
Initializes a new instance of the ServiceException class
Public methodServiceException(String, Exception, ErrorType, String, String, HttpStatusCode)
Initializes a new instance of the ServiceException class
Top
Properties
See Also

Reference