C# Class TradeMe.Api.Client.NoVerificationCodeException

Inheritance: System.Exception
Mostra file Open project: TradeMe/trade-me-api-wrapper

Public Methods

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

Protected Methods

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

Method Details

NoVerificationCodeException() public method

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

NoVerificationCodeException() protected method

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

NoVerificationCodeException() public method

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

NoVerificationCodeException() public method

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