| PriceInfoCurrencyException Constructor (String, String, Double, Double) |
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
)
Public Sub New (
currency1 As String,
currency2 As String,
amount1 As Double,
amount2 As Double
)
Parameters
- currency1
- Type: SystemString
- currency2
- Type: SystemString
- amount1
- Type: SystemDouble
- amount2
- Type: SystemDouble
See Also