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