Table of Contents

Class PriceInfoCurrencyException

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll

Represents a currency exeption.

public class PriceInfoCurrencyException : InvalidOperationException, ISerializable
Inheritance
PriceInfoCurrencyException
Implements
Inherited Members

Constructors

PriceInfoCurrencyException()

public PriceInfoCurrencyException()

PriceInfoCurrencyException(string)

public PriceInfoCurrencyException(string message)

Parameters

message string

PriceInfoCurrencyException(string, Exception)

public PriceInfoCurrencyException(string message, Exception innerException)

Parameters

message string
innerException Exception

PriceInfoCurrencyException(string, string, double, double)

Initializes a new instance of the PriceInfoCurrencyException class.

public PriceInfoCurrencyException(string currency1, string currency2, double amount1, double amount2)

Parameters

currency1 string
currency2 string
amount1 double
amount2 double
To top