CatalogException Class

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

Acts as the base type for all catalog-specific exceptions raised by the product catalog system.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CatalogException _
    Inherits Exception
'Usage
Dim instance As CatalogException
[SerializableAttribute]
public class CatalogException : Exception
[SerializableAttribute]
public ref class CatalogException : public Exception
public class CatalogException extends Exception

Remarks

All catalog system exceptions are derived from this class.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Catalog..::.CatalogException
      Microsoft.CommerceServer.Catalog..::.CatalogAuthorizationException
      Microsoft.CommerceServer.Catalog..::.CatalogDatabaseException
      Microsoft.CommerceServer.Catalog..::.CatalogDeleteException
      Microsoft.CommerceServer.Catalog..::.CatalogExportException
      Microsoft.CommerceServer.Catalog..::.CatalogImportException
      Microsoft.CommerceServer.Catalog..::.CatalogInitializationException
      Microsoft.CommerceServer.Catalog..::.CatalogPricingException
      Microsoft.CommerceServer.Catalog..::.CatalogRebuildException
      Microsoft.CommerceServer.Catalog..::.CatalogRemoveException
      Microsoft.CommerceServer.Catalog..::.CatalogRenameException
      Microsoft.CommerceServer.Catalog..::.CatalogSaveException
      Microsoft.CommerceServer.Catalog..::.CatalogSchemaVersionException
      Microsoft.CommerceServer.Catalog..::.CatalogXmlValidationException
      Microsoft.CommerceServer.Catalog..::.EntityInUseException
      Microsoft.CommerceServer.Catalog..::.InvalidCatalogOperationException
      Microsoft.CommerceServer.Catalog..::.JoinTableException
      Microsoft.CommerceServer.Catalog..::.OperationInProgressException
      Microsoft.CommerceServer.Catalog..::.ValidationException

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.

See Also

Reference

CatalogException Members

Microsoft.CommerceServer.Catalog Namespace