ApiException Constructor Nemiro.OAuth
Overload List

  NameDescription
Public methodApiException(String)Obsolete.
Initializes a new instance of the ApiException class with a specified error message.
Public methodApiException(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.
Public methodApiException(RequestResult, Exception)
Initializes a new instance of the ApiException class with a specified RequestResult and the exception that is the cause of this exception.
Public methodApiException(RequestResult, String)
Initializes a new instance of the ApiException class with a specified RequestResult and error message.
Public methodApiException(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.
Public methodApiException(String,  Byte , String)Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and a error message.
Public methodApiException(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.
Public methodApiException(String, String, String)Obsolete.
Initializes a new instance of the ApiException class with a specified server request result, content type and a error message.
Top
See Also