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
ms987656.pubmethod(en-US,CS.70).gif CatalogRemoveException()()() Initializes a new instance of the CatalogRemoveException class.
ms987656.pubmethod(en-US,CS.70).gif CatalogRemoveException(String) Initializes a new instance of the CatalogRemoveException class with the specified error message.
ms987656.protmethod(en-US,CS.70).gif CatalogRemoveException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogRemoveException class with the specified serialization and streaming context information.
ms987656.pubmethod(en-US,CS.70).gif CatalogRemoveException(String, Exception) Initializes a new instance of the CatalogRemoveException class with the specified error message and inner exception that caused the current exception.
ms987656.pubmethod(en-US,CS.70).gif CatalogRemoveException(String, String, String) Initializes a new instance of the CatalogRemoveException class with the specified error message and parameters.
ms987656.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

CatalogRemoveException Class

CatalogRemoveException Members

Microsoft.CommerceServer.Catalog Namespace