CatalogInitializationException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when the catalog server is incorrectly configured and cannot be started.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CatalogInitializationException _
Inherits CatalogException
'Usage
Dim instance As CatalogInitializationException
[SerializableAttribute]
public class CatalogInitializationException : CatalogException
[SerializableAttribute]
public ref class CatalogInitializationException : public CatalogException
public class CatalogInitializationException extends CatalogException
Remarks
All catalog exceptions, including the CatalogInitializationException are derived from the CatalogException class. 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
Microsoft.CommerceServer.Catalog..::.MissingCatalogResourceException
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.