Method | Description | |
---|---|---|
BadServiceRequestException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System |
Initializes a new instance of the BadServiceRequestException class with the specified REST response.
|
|
BadServiceRequestException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System |
Initializes a new instance of the BadServiceRequestException class with the specified error message and REST response.
|
public BadServiceRequestException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System | ||
response | JSIStudios.SimpleRESTServices.Client.Response | The REST response. |
return | System |
public BadServiceRequestException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System | ||
message | string | The message that describes the error. |
response | JSIStudios.SimpleRESTServices.Client.Response | The REST response. |
return | System |