RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Represents an error that occurred during a REST request. More...
Public Member Functions | |
RestException () | |
Creates a new RestException instance. More... | |
RestException (RiotResponse response) | |
Creates a new RestException instance. More... | |
RestException (RiotResponse response, string message) | |
Creates a new RestException instance. More... | |
RestException (RiotResponse response, Exception innerException) | |
Creates a new RestException instance. More... | |
RestException (RiotResponse response, string message, Exception innerException) | |
Creates a new RestException instance. More... | |
Properties | |
RiotResponse | Response [get] |
Gets the response. More... | |
Represents an error that occurred during a REST request.
|
inline |
Creates a new RestException instance.
|
inline |
Creates a new RestException instance.
response | The response. |
|
inline |
Creates a new RestException instance.
response | The response. |
message | A message that describes the error. |
|
inline |
Creates a new RestException instance.
response | The response. |
innerException | The exception that is the cause of the current exception. |
|
inline |
Creates a new RestException instance.
response | The response. |
message | A message that describes the error. |
innerException | The exception that is the cause of the current exception. |
|
get |
Gets the response.