InvalidDBCatalogSchemaException Class

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

The exception that is thrown when the DB Schema is not compatible with the server version.

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

Syntax

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

Remarks

All catalog exceptions, including the InvalidDBCatalogSchemaException are derived from the CatalogException class. (The CatalogInitializationException is derived from the CatalogException class.) The InvalidDBCatalogSchemaException is thrown when the catalog server is incorrectly configured and cannot be started. This exception can be caused by incorrect settings in the Product Catalog resource for the specified site, or incorrect settings in the catalog web service Web.config file.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Catalog..::.CatalogException
      Microsoft.CommerceServer.Catalog..::.CatalogInitializationException
        Microsoft.CommerceServer.Catalog..::.InvalidDBCatalogSchemaException

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

InvalidDBCatalogSchemaException Members

Microsoft.CommerceServer.Catalog Namespace