Table of Contents

Class GiftCardTransactionException

Namespace
Dynamicweb.Ecommerce.GiftCards
Assembly
Dynamicweb.Ecommerce.dll
public sealed class GiftCardTransactionException : Exception, ISerializable
Inheritance
GiftCardTransactionException
Implements
Inherited Members

Constructors

GiftCardTransactionException()

public GiftCardTransactionException()

GiftCardTransactionException(string?)

public GiftCardTransactionException(string? message)

Parameters

message string

GiftCardTransactionException(string?, Exception?)

public GiftCardTransactionException(string? message, Exception? innerException)

Parameters

message string
innerException Exception
To top