ServiceException Class |
Namespace: OBS
public abstract class ServiceException : Exception
The ServiceException type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceException |
Constructor
|
![]() | ServiceException(Exception) |
Constructor
|
![]() | ServiceException(String) |
Constructor
|
![]() | ServiceException(String, Exception) |
Constructor
|
![]() | ServiceException(String, ErrorType, String) |
Constructor
|
![]() | ServiceException(String, Exception, HttpStatusCode) |
Constructor
|
![]() | ServiceException(String, ErrorType, String, String) |
Constructor
|
![]() | ServiceException(String, ErrorType, String, String, HttpStatusCode) |
Constructor
|
![]() | ServiceException(String, Exception, ErrorType, String, String, HttpStatusCode) |
Constructor
|
Name | Description | |
---|---|---|
![]() | ErrorCode |
Error code returned by the OBS server
|
![]() | ErrorMessage |
Error description returned by the OBS server
|
![]() | ErrorType |
Error type
|
![]() | RequestId |
Request ID returned by the OBS server
|
![]() | StatusCode |
HTTP status code in the response
|