Share via


CatalogSaveException Constructor

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

Initializes a new instance of the CatalogSaveException class.

Overload List

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

Top

Remarks

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

All catalog exceptions, including the CatalogSaveException are derived from the CatalogException class. When a Catalog save operation fails, the CatalogSaveException is thrown.

See Also

Reference

CatalogSaveException Class

CatalogSaveException Members

Microsoft.CommerceServer.Catalog Namespace