C# 클래스 TradeMe.Api.Client.NoVerificationCodeException

상속: System.Exception
파일 보기 프로젝트 열기: TradeMe/trade-me-api-wrapper

공개 메소드들

메소드 설명
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