NoPrimaryParentCategoryException Constructor (String)

Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New NoPrimaryParentCategoryException(message)
public NoPrimaryParentCategoryException(
    string message
)
public:
NoPrimaryParentCategoryException(
    String^ message
)
public function NoPrimaryParentCategoryException(
    message : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

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