OperationInProgressException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that is thrown when an operation already in progress causes this operation to fail.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class OperationInProgressException _
    Inherits CatalogException
'Usage
Dim instance As OperationInProgressException
[SerializableAttribute]
public class OperationInProgressException : CatalogException
[SerializableAttribute]
public ref class OperationInProgressException : public CatalogException
public class OperationInProgressException extends CatalogException

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.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Catalog..::.CatalogException
      Microsoft.CommerceServer.Catalog..::.OperationInProgressException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OperationInProgressException Members

Microsoft.CommerceServer.Catalog Namespace