OperationInProgressException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OperationInProgressException class.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New OperationInProgressException()
public OperationInProgressException()
public:
OperationInProgressException()
public function OperationInProgressException()
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OperationInProgressException Class
OperationInProgressException Members