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