Share via


OperationInProgressException Constructor

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

Initializes a new instance of the OperationInProgressException class.

Overload List

  Name Description
ms988297.pubmethod(en-US,CS.70).gif OperationInProgressException()()() Initializes a new instance of the OperationInProgressException class.
ms988297.pubmethod(en-US,CS.70).gif OperationInProgressException(String) Initializes a new instance of the OperationInProgressException class with the specified error message.
ms988297.protmethod(en-US,CS.70).gif OperationInProgressException(SerializationInfo, StreamingContext) Initializes a new instance of the OperationInProgressException class with the specified serialization and streaming context information.
ms988297.pubmethod(en-US,CS.70).gif OperationInProgressException(String, Exception) Initializes a new instance of the OperationInProgressException class with the specified error message and inner exception that caused the current exception.
ms988297.pubmethod(en-US,CS.70).gif OperationInProgressException(String, String) Initializes a new instance of the OperationInProgressException class with the specified error message and parameters.
ms988297.pubmethod(en-US,CS.70).gif OperationInProgressException(String, String, Exception) Initializes a new instance of the OperationInProgressException class with the specified error message, parameters, and inner exception.

Top

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.

See Also

Reference

OperationInProgressException Class

OperationInProgressException Members

Microsoft.CommerceServer.Catalog Namespace