Method | Description | |
---|---|---|
APIException ( string reason, int code ) : System |
Initialization constructor
|
public APIException ( string reason, int code ) : System | ||
reason | string | The reason for throwing exception |
code | int | The HTTP response code from the API request |
return | System |