Share via


CatalogDatabaseException Constructor

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

Initializes a new instance of the CatalogDatabaseException class.

Overload List

  Name Description
ms986673.pubmethod(en-US,CS.70).gif CatalogDatabaseException()()() Initializes a new instance of the CatalogDatabaseException class.
ms986673.pubmethod(en-US,CS.70).gif CatalogDatabaseException(String) Initializes a new instance of the CatalogDatabaseException class with the specified error message.
ms986673.protmethod(en-US,CS.70).gif CatalogDatabaseException(SerializationInfo, StreamingContext) Initializes a new instance of the CatalogDatabaseException class with the specified serialization and streaming context information.
ms986673.pubmethod(en-US,CS.70).gif CatalogDatabaseException(String, Exception) Initializes a new instance of the CatalogDatabaseException class with the specified error message and inner exception that caused the current exception.
ms986673.pubmethod(en-US,CS.70).gif CatalogDatabaseException(String, String, String) Initializes a new instance of the CatalogDatabaseException class with the specified error message and parameters.
ms986673.pubmethod(en-US,CS.70).gif CatalogDatabaseException(String, String, String, Exception) Initializes a new instance of the CatalogDatabaseException class with the specified error message, parameters, and inner exception.

Top

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.

See Also

Reference

CatalogDatabaseException Class

CatalogDatabaseException Members

Microsoft.CommerceServer.Catalog Namespace