Click or drag to resize

PaymentCardTokenException Constructor (String, Exception)

Initializes a new instance of the PaymentCardTokenException class

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public PaymentCardTokenException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also