CatalogSaveException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an attempt to save an object fails.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CatalogSaveException _
Inherits CatalogException
'Usage
Dim instance As CatalogSaveException
[SerializableAttribute]
public class CatalogSaveException : CatalogException
[SerializableAttribute]
public ref class CatalogSaveException : public CatalogException
public class CatalogSaveException extends CatalogException
Remarks
All catalog exceptions, including the CatalogSaveException are derived from the CatalogException class. When a Catalog save operation fails, the CatalogSaveException is thrown.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.CatalogSaveException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.