C# 클래스 RiotNet.NotFoundException

Represents an error that occurs when a REST request fails because the requested resource was not found.
상속: RestException
파일 보기 프로젝트 열기: aj-r/RiotNet

공개 메소드들

메소드 설명
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.

비공개 메소드들

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

메소드 상세

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

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.
리턴 System.Runtime.Serialization

NotFoundException() 공개 메소드

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.
리턴 System.Runtime.Serialization

NotFoundException() 공개 메소드

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.
리턴 System.Runtime.Serialization