CatalogSchemaVersionException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a site's product catalog database is not the correct version for the installed server.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CatalogSchemaVersionException _
Inherits CatalogException
'Usage
Dim instance As CatalogSchemaVersionException
[SerializableAttribute]
public class CatalogSchemaVersionException : CatalogException
[SerializableAttribute]
public ref class CatalogSchemaVersionException : public CatalogException
public class CatalogSchemaVersionException extends CatalogException
Remarks
All catalog exceptions, including the CatalogSchemaVersionException are derived from the CatalogException class. When a site's database is not the correct version for the installed server the CatalogSchemaVersionException is thrown.
The CatalogSchemaVersion is a table which holds miscellaneous metadata about the catalog.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.CatalogSchemaVersionException
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.