Method | Description | |
---|---|---|
RestTimeoutException ( ) : System.Runtime.Serialization |
Creates a new RestTimeoutException instance.
|
|
RestTimeoutException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization |
Creates a new RestTimeoutException instance.
|
|
RestTimeoutException ( RiotNet.RiotResponse response, |
Creates a new RestTimeoutException instance.
|
|
RestTimeoutException ( RiotNet.RiotResponse response, string message ) : System.Runtime.Serialization |
Creates a new RestTimeoutException instance.
|
|
RestTimeoutException ( RiotNet.RiotResponse response, string message, |
Creates a new RestTimeoutException instance.
|
Method | Description | |
---|---|---|
RestTimeoutException ( |
public RestTimeoutException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
return | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response, |
||
response | RiotNet.RiotResponse | The response. |
innerException | The exception that is the cause of the current exception. | |
return | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response, string message ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
message | string | A message that describes the error. |
return | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response, string message, |
||
response | RiotNet.RiotResponse | The response. |
message | string | A message that describes the error. |
innerException | The exception that is the cause of the current exception. | |
return | System.Runtime.Serialization |