C# Class TradeMe.Api.Client.AccessTokenIsNullException

Inheritance: System.Exception
Afficher le fichier Open project: TradeMe/trade-me-api-wrapper

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

AccessTokenIsNullException() public méthode

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
Résultat System

AccessTokenIsNullException() protected méthode

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.
Résultat System

AccessTokenIsNullException() public méthode

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.
Résultat System

AccessTokenIsNullException() public méthode

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.
Résultat System