CatalogExportException Constructor (String)

Initializes a new instance of the CatalogExportException 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 CatalogExportException(message)
public CatalogExportException(
    string message
)
public:
CatalogExportException(
    String^ message
)
public function CatalogExportException(
    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 export operation fails.

All catalog exceptions, including the CatalogExportException are derived from the CatalogException class. When an export operation fails, the CatalogExportException is thrown.

Permissions

See Also

Reference

CatalogExportException Class

CatalogExportException Members

CatalogExportException Overload

Microsoft.CommerceServer.Catalog Namespace