Méthode | Description | |
---|---|---|
NotFoundException ( ) : System.Runtime.Serialization |
Creates a new NotFoundException instance.
|
|
NotFoundException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization |
Creates a new NotFoundException instance.
|
|
NotFoundException ( RiotNet.RiotResponse response, |
Creates a new NotFoundException instance.
|
|
NotFoundException ( RiotNet.RiotResponse response, string message ) : System.Runtime.Serialization |
Creates a new NotFoundException instance.
|
|
NotFoundException ( RiotNet.RiotResponse response, string message, |
Creates a new NotFoundException instance.
|
Méthode | Description | |
---|---|---|
NotFoundException ( |
public NotFoundException ( ) : System.Runtime.Serialization | ||
Résultat | System.Runtime.Serialization |
public NotFoundException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
Résultat | System.Runtime.Serialization |
public NotFoundException ( RiotNet.RiotResponse response, |
||
response | RiotNet.RiotResponse | The response. |
innerException | The exception that is the cause of the current exception. | |
Résultat | System.Runtime.Serialization |
public NotFoundException ( RiotNet.RiotResponse response, string message ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
message | string | A message that describes the error. |
Résultat | System.Runtime.Serialization |
public NotFoundException ( 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. | |
Résultat | System.Runtime.Serialization |