C# Class RiotNet.NotFoundException

Represents an error that occurs when a REST request fails because the requested resource was not found.
Inheritance: RestException
Afficher le fichier Open project: aj-r/RiotNet

Méthodes publiques

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, Exception innerException ) : System.Runtime.Serialization

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, Exception innerException ) : System.Runtime.Serialization

Creates a new NotFoundException instance.

Private Methods

Méthode Description
NotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

NotFoundException() public méthode

Creates a new NotFoundException instance.
public NotFoundException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

NotFoundException() public méthode

Creates a new NotFoundException instance.
public NotFoundException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization
response RiotNet.RiotResponse The response.
Résultat System.Runtime.Serialization

NotFoundException() public méthode

Creates a new NotFoundException instance.
public NotFoundException ( RiotNet.RiotResponse response, Exception innerException ) : System.Runtime.Serialization
response RiotNet.RiotResponse The response.
innerException System.Exception The exception that is the cause of the current exception.
Résultat System.Runtime.Serialization

NotFoundException() public méthode

Creates a new NotFoundException instance.
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

NotFoundException() public méthode

Creates a new NotFoundException instance.
public NotFoundException ( RiotNet.RiotResponse response, string message, Exception innerException ) : System.Runtime.Serialization
response RiotNet.RiotResponse The response.
message string A message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
Résultat System.Runtime.Serialization