CatalogDatabaseException Constructor

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

Initializes a new instance of the CatalogDatabaseException class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New CatalogDatabaseException()
public CatalogDatabaseException()
public:
CatalogDatabaseException()
public function CatalogDatabaseException()

Remarks

The exception that is thrown when an unexpected database failure is encountered by the catalog server.

All catalog exceptions, including the CatalogDatabaseException are derived from the CatalogException class. This is the exception that is thrown when an unexpected database failure is encountered by the catalog server.

Permissions

See Also

Reference

CatalogDatabaseException Class

CatalogDatabaseException Members

CatalogDatabaseException Overload

Microsoft.CommerceServer.Catalog Namespace