CatalogRemoveException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CatalogRemoveException class.
Overload List
Name | Description | |
---|---|---|
CatalogRemoveException()()() | Initializes a new instance of the CatalogRemoveException class. | |
CatalogRemoveException(String) | Initializes a new instance of the CatalogRemoveException class with the specified error message. | |
CatalogRemoveException(SerializationInfo, StreamingContext) | Initializes a new instance of the CatalogRemoveException class with the specified serialization and streaming context information. | |
CatalogRemoveException(String, Exception) | Initializes a new instance of the CatalogRemoveException class with the specified error message and inner exception that caused the current exception. | |
CatalogRemoveException(String, String, String) | Initializes a new instance of the CatalogRemoveException class with the specified error message and parameters. | |
CatalogRemoveException(String, String, String, Exception) | Initializes a new instance of the CatalogRemoveException class with the specified error message, parameters, and inner exception. |
Top
Remarks
This exception is thrown when an attempt to remove an association between two objects fails.
The CatalogRemoveException is usually caused by an attempt to remove an item which was inherited from another catalog. This exception is thrown when attempting to remove a child of a category in a virtual catalog which was inherited from a base catalog. This exception also applies to related products and categories.