C# Class DocRaptor.Client.ApiException

API Exception
Inheritance: System.Exception
ファイルを表示 Open project: DocRaptor/docraptor-csharp

Public Methods

Method Description
ApiException ( ) : System

Initializes a new instance of the ApiException class.

ApiException ( int errorCode, string message ) : System

Initializes a new instance of the ApiException class.

ApiException ( int errorCode, string message, dynamic errorContent = null ) : System

Initializes a new instance of the ApiException class.

Method Details

ApiException() public method

Initializes a new instance of the ApiException class.
public ApiException ( ) : System
return System

ApiException() public method

Initializes a new instance of the ApiException class.
public ApiException ( int errorCode, string message ) : System
errorCode int HTTP status code.
message string Error message.
return System

ApiException() public method

Initializes a new instance of the ApiException class.
public ApiException ( int errorCode, string message, dynamic errorContent = null ) : System
errorCode int HTTP status code.
message string Error message.
errorContent dynamic Error content.
return System