Share via


CatalogDeleteException Constructor

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

Initializes a new instance of the CatalogDeleteException class.

Overload List

  Name Description
ms986690.pubmethod(en-US,CS.70).gif CatalogDeleteException()()() Initializes a new instance of the CatalogDeleteException class.
ms986690.pubmethod(en-US,CS.70).gif CatalogDeleteException(String) Initializes a new instance of the CatalogDeleteException class with the specified error message.
ms986690.protmethod(en-US,CS.70).gif CatalogDeleteException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogDeleteException class with the specified serialization and streaming context information.
ms986690.pubmethod(en-US,CS.70).gif CatalogDeleteException(String, Exception) Initializes a new instance of the CatalogDeleteException class with a specified error message and inner exception that caused the current exception.
ms986690.pubmethod(en-US,CS.70).gif CatalogDeleteException(String, String, String) Initializes a new instance of the CatalogDeleteException class with the specified error message, and the type and Id of the entity that caused the exception.
ms986690.pubmethod(en-US,CS.70).gif CatalogDeleteException(String, String, String, Exception) Initializes a new instance of the CatalogDeleteException class with the specified error message, parameters, and inner exception.

Top

Remarks

The exception that is thrown when an attempt to delete an object fails.

All catalog exceptions, including the CatalogDeleteException are derived from the CatalogException class. When an attempt to delete an object fails, this exception is thrown.

See Also

Reference

CatalogDeleteException Class

CatalogDeleteException Members

Microsoft.CommerceServer.Catalog Namespace