Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
RestTimeoutException ( |
public RestTimeoutException ( ) : System.Runtime.Serialization | ||
Результат | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
Результат | System.Runtime.Serialization |
public RestTimeoutException ( RiotNet.RiotResponse response, |
||
response | RiotNet.RiotResponse | The response. |
innerException | The exception that is the cause of the current exception. | |
Результат | 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. |
Результат | 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. | |
Результат | System.Runtime.Serialization |