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

CategoryNullPriceException Members

Microsoft.CommerceServer.Catalog Namespace