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