Dijeli putem


OperationInProgressException Constructor (String)

Initializes a new instance of the OperationInProgressException 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 OperationInProgressException(message)
public OperationInProgressException(
    string message
)
public:
OperationInProgressException(
    String^ message
)
public function OperationInProgressException(
    message : String
)

Parameters

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

Remarks

All catalog exceptions, including the OperationInProgressException are derived from the CatalogException class. The OperationInProgressException exception is thrown when you attempt to perform an operation (an import, export, or rebuild) on an object that already has an operation being performed upon it. Catalog operations are to be performed asynchronously.

Permissions

See Also

Reference

OperationInProgressException Class

OperationInProgressException Members

OperationInProgressException Overload

Microsoft.CommerceServer.Catalog Namespace