C# Класс TradeMe.Api.Client.AccessTokenIsNullException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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