ServiceException Class |
Namespace: OBS
public abstract class ServiceException : Exception
The ServiceException type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceException() | Initializes a new instance of the ServiceException class |
![]() | ServiceException(Exception) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, Exception) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, ErrorType, String) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, Exception, HttpStatusCode) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, ErrorType, String, String) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, ErrorType, String, String, HttpStatusCode) | Initializes a new instance of the ServiceException class |
![]() | ServiceException(String, Exception, ErrorType, String, String, HttpStatusCode) | Initializes a new instance of the ServiceException class |
Name | Description | |
---|---|---|
![]() | ErrorCode | |
![]() | ErrorMessage | |
![]() | ErrorType | |
![]() | RequestId | |
![]() | StatusCode |