CatalogImportException Constructor (String)

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

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

Permissions

See Also

Reference

CatalogImportException Class

CatalogImportException Members

CatalogImportException Overload

Microsoft.CommerceServer.Catalog Namespace