C# 클래스 TradeMe.Api.Client.AccessTokenIsNullException

상속: System.Exception
파일 보기 프로젝트 열기: TradeMe/trade-me-api-wrapper

공개 메소드들

메소드 설명
AccessTokenIsNullException ( ) : System

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.

AccessTokenIsNullException ( string message ) : System

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.

AccessTokenIsNullException ( string message, Exception innerException ) : System

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.

보호된 메소드들

메소드 설명
AccessTokenIsNullException ( System info, System context ) : System

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.

메소드 상세

AccessTokenIsNullException() 공개 메소드

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
public AccessTokenIsNullException ( ) : System
리턴 System

AccessTokenIsNullException() 보호된 메소드

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
protected AccessTokenIsNullException ( System info, System context ) : System
info System The Infomation.
context System The Context.
리턴 System

AccessTokenIsNullException() 공개 메소드

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
public AccessTokenIsNullException ( string message ) : System
message string The Message.
리턴 System

AccessTokenIsNullException() 공개 메소드

Initializes a new instance of the AccessTokenIsNullException class. This exception is thrown when the Access Token is null. The Access Token is used in an authorised request to the API.
public AccessTokenIsNullException ( string message, Exception innerException ) : System
message string The Message.
innerException System.Exception The Inner Exception.
리턴 System