ProductPriceException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ProductPriceException class.
Overload List
Name | Description | |
---|---|---|
ProductPriceException()()() | Initializes a new instance of the ProductPriceException class. | |
ProductPriceException(String) | Initializes a new instance of the ProductPriceException class with the specified error message. | |
ProductPriceException(SerializationInfo, StreamingContext) | Initializes a new instance of the ProductPriceException class with the specified serialization and streaming context information. | |
ProductPriceException(String, Exception) | Initializes a new instance of the ProductPriceException class with the specified error message and inner exception that caused the current exception. | |
ProductPriceException(String, String, String) | Initializes a new instance of the ProductPriceException class with the specified error message and parameters. | |
ProductPriceException(String, String, String, Exception) | Initializes a new instance of the ProductPriceException class with the specified error message, parameters, and inner exception. |
Top
Remarks
All catalog exceptions, including the ProductPriceException are derived from the CatalogException class. (The CatalogPricingException is derived from the CatalogException class.) When a price that is set for a product is invalid the ProductPriceException is thrown.