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

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

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

Метод Описание
NoVerificationCodeException ( ) : System

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.

NoVerificationCodeException ( string message ) : System

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.

NoVerificationCodeException ( string message, Exception innerException ) : System

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.

Защищенные методы

Метод Описание
NoVerificationCodeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.

Описание методов

NoVerificationCodeException() публичный Метод

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.
public NoVerificationCodeException ( ) : System
Результат System

NoVerificationCodeException() защищенный Метод

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.
protected NoVerificationCodeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The Information.
context System.Runtime.Serialization.StreamingContext The Context.
Результат System

NoVerificationCodeException() публичный Метод

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.
public NoVerificationCodeException ( string message ) : System
message string The Message.
Результат System

NoVerificationCodeException() публичный Метод

Initializes a new instance of the NoVerificationCodeException class. This exception is thrown when the verification code is null. The Verification code is needed to get an Access Token from the API.
public NoVerificationCodeException ( string message, Exception innerException ) : System
message string The Message.
innerException System.Exception The Inner Exception.
Результат System