Table of Contents

Class PaymentCardTokenException

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll

The exception that is thrown when a card token is expired or invalid.

public class PaymentCardTokenException : Exception, ISerializable
Inheritance
PaymentCardTokenException
Implements
Inherited Members

Constructors

PaymentCardTokenException()

Initializes a new instance of the PaymentCardTokenException class.

public PaymentCardTokenException()

PaymentCardTokenException(string)

Initializes a new instance of the PaymentCardTokenException class.

public PaymentCardTokenException(string message)

Parameters

message string

The message that describes the error.

PaymentCardTokenException(string, Exception)

Initializes a new instance of the PaymentCardTokenException class.

public PaymentCardTokenException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner exception.

See Also

To top