C# 클래스 RiotNet.RateLimitExceededException

Represents an error that occurs when a REST request fails because the rate limit has been exceeded.
상속: RestException
파일 보기 프로젝트 열기: aj-r/RiotNet

공개 메소드들

메소드 설명
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, Exception innerException ) : System.Runtime.Serialization

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.

비공개 메소드들

메소드 설명
RateLimitExceededException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

메소드 상세

RateLimitExceededException() 공개 메소드

Creates a new RateLimitExceededException instance.
public RateLimitExceededException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

RateLimitExceededException() 공개 메소드

Creates a new RateLimitExceededException instance.
public RateLimitExceededException ( RiotNet.RiotResponse response ) : System.Runtime.Serialization
response RiotNet.RiotResponse The response.
리턴 System.Runtime.Serialization

RateLimitExceededException() 공개 메소드

Creates a new RateLimitExceededException instance.
public RateLimitExceededException ( 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.
리턴 System.Runtime.Serialization

RateLimitExceededException() 공개 메소드

Creates a new RateLimitExceededException instance.
public RateLimitExceededException ( RiotResponse response, string message ) : System.Runtime.Serialization
response RiotResponse The response.
message string A message that describes the error.
리턴 System.Runtime.Serialization

RateLimitExceededException() 공개 메소드

Creates a new RateLimitExceededException instance.
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.
리턴 System.Runtime.Serialization