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