Click or drag to resize

PriceInfoCurrencyException Constructor (String, String, Double, Double)

Initializes a new instance of the PriceInfoCurrencyException class

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public PriceInfoCurrencyException(
	string currency1,
	string currency2,
	double amount1,
	double amount2
)

Parameters

currency1
Type: SystemString
currency2
Type: SystemString
amount1
Type: SystemDouble
amount2
Type: SystemDouble
See Also