C# Class TradeMe.Api.Client.AccessTokenIsNullException

Inheritance: System.Exception
Datei anzeigen Open project: TradeMe/trade-me-api-wrapper

Public Methods

Method 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.

Protected Methods

Method 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 method

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
return System

AccessTokenIsNullException() protected method

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.
return System

AccessTokenIsNullException() public method

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.
return System

AccessTokenIsNullException() public method

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.
return System