RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Public Member Functions | List of all members
RiotNet.NotFoundException Class Reference

Represents an error that occurs when a REST request fails because the requested resource was not found. More...

Inheritance diagram for RiotNet.NotFoundException:
RiotNet.RestException

Public Member Functions

 NotFoundException ()
 Creates a new NotFoundException instance. More...
 
 NotFoundException (RiotResponse response)
 Creates a new NotFoundException instance. More...
 
 NotFoundException (RiotResponse response, Exception innerException)
 Creates a new NotFoundException instance. More...
 
 NotFoundException (RiotResponse response, string message)
 Creates a new NotFoundException instance. More...
 
 NotFoundException (RiotResponse response, string message, Exception innerException)
 Creates a new NotFoundException instance. More...
 
- Public Member Functions inherited from RiotNet.RestException
 RestException ()
 Creates a new RestException instance. More...
 
 RestException (RiotResponse response)
 Creates a new RestException instance. More...
 
 RestException (RiotResponse response, string message)
 Creates a new RestException instance. More...
 
 RestException (RiotResponse response, Exception innerException)
 Creates a new RestException instance. More...
 
 RestException (RiotResponse response, string message, Exception innerException)
 Creates a new RestException instance. More...
 

Additional Inherited Members

- Properties inherited from RiotNet.RestException
RiotResponse Response [get]
 Gets the response. More...
 

Detailed Description

Represents an error that occurs when a REST request fails because the requested resource was not found.

Constructor & Destructor Documentation

RiotNet.NotFoundException.NotFoundException ( )
inline

Creates a new NotFoundException instance.

RiotNet.NotFoundException.NotFoundException ( RiotResponse  response)
inline

Creates a new NotFoundException instance.

Parameters
responseThe response.
RiotNet.NotFoundException.NotFoundException ( RiotResponse  response,
Exception  innerException 
)
inline

Creates a new NotFoundException instance.

Parameters
responseThe response.
innerExceptionThe exception that is the cause of the current exception.
RiotNet.NotFoundException.NotFoundException ( RiotResponse  response,
string  message 
)
inline

Creates a new NotFoundException instance.

Parameters
responseThe response.
messageA message that describes the error.
RiotNet.NotFoundException.NotFoundException ( RiotResponse  response,
string  message,
Exception  innerException 
)
inline

Creates a new NotFoundException instance.

Parameters
responseThe response.
messageA message that describes the error.
innerExceptionThe exception that is the cause of the current exception.

The documentation for this class was generated from the following file: