Method | Description | |
---|---|---|
RateLimitExceededException ( ) : System.Runtime.Serialization |
Creates a new RateLimitExceededException instance.
|
|
RateLimitExceededException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization |
Creates a new RateLimitExceededException instance.
|
|
RateLimitExceededException ( RiotNet.RiotResponse response, |
Creates a new RateLimitExceededException instance.
|
|
RateLimitExceededException ( RiotResponse response, string message ) : System.Runtime.Serialization |
Creates a new RateLimitExceededException instance.
|
|
RateLimitExceededException ( RiotResponse response, string message, Exception innerException ) : System.Runtime.Serialization |
Creates a new RateLimitExceededException instance.
|
Method | Description | |
---|---|---|
RateLimitExceededException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization |
public RateLimitExceededException ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
public RateLimitExceededException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization | ||
response | RiotNet.RiotResponse | The response. |
return | System.Runtime.Serialization |
public RateLimitExceededException ( RiotNet.RiotResponse response, |
||
response | RiotNet.RiotResponse | The response. |
innerException | The exception that is the cause of the current exception. | |
return | System.Runtime.Serialization |
public RateLimitExceededException ( RiotResponse response, string message ) : System.Runtime.Serialization | ||
response | RiotResponse | The response. |
message | string | A message that describes the error. |
return | System.Runtime.Serialization |
public RateLimitExceededException ( RiotResponse response, string message, Exception innerException ) : System.Runtime.Serialization | ||
response | RiotResponse | The response. |
message | string | A message that describes the error. |
innerException | Exception | The exception that is the cause of the current exception. |
return | System.Runtime.Serialization |