|
RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Represents an error that occurs when a REST request fails because it could not to connect to the server. More...
Public Member Functions | |
| ConnectionFailedException () | |
| Creates a new ConnectionFailedException instance. More... | |
| ConnectionFailedException (RiotResponse response) | |
| Creates a new ConnectionFailedException instance. More... | |
| ConnectionFailedException (RiotResponse response, Exception innerException) | |
| Creates a new ConnectionFailedException instance. More... | |
| ConnectionFailedException (RiotResponse response, string message) | |
| Creates a new ConnectionFailedException instance. More... | |
| ConnectionFailedException (RiotResponse response, string message, Exception innerException) | |
| Creates a new ConnectionFailedException instance. More... | |
Public Member Functions inherited from RiotNet.RestException | |
| 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... | |
Additional Inherited Members | |
Properties inherited from RiotNet.RestException | |
| RiotResponse | Response [get] |
| Gets the response. More... | |
Represents an error that occurs when a REST request fails because it could not to connect to the server.
|
inline |
Creates a new ConnectionFailedException instance.
|
inline |
Creates a new ConnectionFailedException instance.
| response | The response. |
|
inline |
Creates a new ConnectionFailedException instance.
| response | The response. |
| innerException | The exception that is the cause of the current exception. |
|
inline |
Creates a new ConnectionFailedException instance.
| response | The response. |
| message | A message that describes the error. |
|
inline |
Creates a new ConnectionFailedException instance.
| response | The response. |
| message | A message that describes the error. |
| innerException | The exception that is the cause of the current exception. |
1.8.10