NoPrimaryParentCategoryException Constructor

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

Initializes a new instance of the NoPrimaryParentCategoryException class.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New NoPrimaryParentCategoryException()
public NoPrimaryParentCategoryException()
public:
NoPrimaryParentCategoryException()
public function NoPrimaryParentCategoryException()

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.

Permissions

See Also

Reference

NoPrimaryParentCategoryException Class

NoPrimaryParentCategoryException Members

NoPrimaryParentCategoryException Overload

Microsoft.CommerceServer.Catalog Namespace