NoPrimaryParentCategoryException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the NoPrimaryParentCategoryException class.

Overload List

  Name Description
ms988292.pubmethod(en-US,CS.70).gif NoPrimaryParentCategoryException()()() Initializes a new instance of the NoPrimaryParentCategoryException class.
ms988292.pubmethod(en-US,CS.70).gif NoPrimaryParentCategoryException(String) Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message.
ms988292.protmethod(en-US,CS.70).gif NoPrimaryParentCategoryException(SerializationInfo, StreamingContext) Initializes a new instance of the NoPrimaryParentCategoryException class with the specified serialization and streaming context information.
ms988292.pubmethod(en-US,CS.70).gif NoPrimaryParentCategoryException(String, Exception) Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message and inner exception that caused the current exception.
ms988292.pubmethod(en-US,CS.70).gif NoPrimaryParentCategoryException(String, String, String) Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message and parameters.
ms988292.pubmethod(en-US,CS.70).gif NoPrimaryParentCategoryException(String, String, String, Exception) Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message, parameters, and inner exception.

Top

Remarks

All catalog exceptions, including the NoPrimaryParentCategoryException are derived from the CatalogException class. (The CatalogPricingException is derived from the CatalogException class.) The NoPrimaryParentCategoryException is thrown because you are attempting to use CategoryPricing on an item and there is no primary parent category defined. You are prohibited from using Category Pricing if there is no primary parent category.

See Also

Reference

NoPrimaryParentCategoryException Class

NoPrimaryParentCategoryException Members

Microsoft.CommerceServer.Catalog Namespace