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
ms988315.pubmethod(en-US,CS.70).gif ProductPriceException()()() Initializes a new instance of the ProductPriceException class.
ms988315.pubmethod(en-US,CS.70).gif ProductPriceException(String) Initializes a new instance of the ProductPriceException class with the specified error message.
ms988315.protmethod(en-US,CS.70).gif ProductPriceException(SerializationInfo, StreamingContext) Initializes a new instance of the ProductPriceException class with the specified serialization and streaming context information.
ms988315.pubmethod(en-US,CS.70).gif ProductPriceException(String, Exception) Initializes a new instance of the ProductPriceException class with the specified error message and inner exception that caused the current exception.
ms988315.pubmethod(en-US,CS.70).gif ProductPriceException(String, String, String) Initializes a new instance of the ProductPriceException class with the specified error message and parameters.
ms988315.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

ProductPriceException Class

ProductPriceException Members

Microsoft.CommerceServer.Catalog Namespace