Partager via


CatalogDeleteException Constructor (String)

Initializes a new instance of the CatalogDeleteException 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 CatalogDeleteException(message)
public CatalogDeleteException(
    string message
)
public:
CatalogDeleteException(
    String^ message
)
public function CatalogDeleteException(
    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 attempt to delete an object fails.

All catalog exceptions, including the CatalogDeleteException are derived from the CatalogException class. When an attempt to delete an object fails, this exception is thrown.

Permissions

See Also

Reference

CatalogDeleteException Class

CatalogDeleteException Members

CatalogDeleteException Overload

Microsoft.CommerceServer.Catalog Namespace