Share via


CatalogDatabaseException Constructor (String)

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

Initializes a new instance of the CatalogDatabaseException class with the specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New CatalogDatabaseException(message)
public CatalogDatabaseException(
    string message
)
public:
CatalogDatabaseException(
    String^ message
)
public function CatalogDatabaseException(
    message : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

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