메소드 | 설명 | |
---|---|---|
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 |