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