Overload List
Name | Description | |
---|---|---|
![]() | ApiException(String) | Obsolete.
Initializes a new instance of the ApiException class with a specified error message.
|
![]() | ApiException(String, Exception) | Obsolete.
Initializes a new instance of the ApiException class with a specified error message and the exception that is the cause of this exception.
|
![]() | ApiException(RequestResult, Exception) |
Initializes a new instance of the ApiException class with a specified RequestResult and the exception that is the cause of this exception.
|
![]() | ApiException(RequestResult, String) |
Initializes a new instance of the ApiException class with a specified RequestResult and error message.
|
![]() | ApiException(String, Byte , Exception) | Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and the exception that is the cause of this exception.
|
![]() | ApiException(String, Byte , String) | Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and a error message.
|
![]() | ApiException(String, String, Exception) | Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and the exception that is the cause of this exception.
|
![]() | ApiException(String, String, String) | Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and a error message.
|
See Also