Method | Description | |
---|---|---|
RestException ( ) : System.Runtime.Serialization |
Creates a new RestException instance.
|
|
RestException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization |
Creates a new RestException instance.
|
|
RestException ( RiotNet.RiotResponse response, |
Creates a new RestException instance.
|
|
RestException ( RiotNet.RiotResponse response, string message ) : System.Runtime.Serialization |
Creates a new RestException instance.
|
|
RestException ( RiotNet.RiotResponse response, string message, |
Creates a new RestException instance.
|
Method | Description | |
---|---|---|
GetObjectData ( |
||
RestException ( |
public RestException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
public RestException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
return | System.Runtime.Serialization |
public RestException ( RiotNet.RiotResponse response, |
||
response | RiotNet.RiotResponse | The response. |
innerException | The exception that is the cause of the current exception. | |
return | System.Runtime.Serialization |
public RestException ( 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 RestException ( 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 |