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 | |
---|---|---|
NoPrimaryParentCategoryException()()() | Initializes a new instance of the NoPrimaryParentCategoryException class. | |
NoPrimaryParentCategoryException(String) | Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message. | |
NoPrimaryParentCategoryException(SerializationInfo, StreamingContext) | Initializes a new instance of the NoPrimaryParentCategoryException class with the specified serialization and streaming context information. | |
NoPrimaryParentCategoryException(String, Exception) | Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message and inner exception that caused the current exception. | |
NoPrimaryParentCategoryException(String, String, String) | Initializes a new instance of the NoPrimaryParentCategoryException class with the specified error message and parameters. | |
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