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 | |
---|---|---|
OperationInProgressException()()() | Initializes a new instance of the OperationInProgressException class. | |
OperationInProgressException(String) | Initializes a new instance of the OperationInProgressException class with the specified error message. | |
OperationInProgressException(SerializationInfo, StreamingContext) | Initializes a new instance of the OperationInProgressException class with the specified serialization and streaming context information. | |
OperationInProgressException(String, Exception) | Initializes a new instance of the OperationInProgressException class with the specified error message and inner exception that caused the current exception. | |
OperationInProgressException(String, String) | Initializes a new instance of the OperationInProgressException class with the specified error message and parameters. | |
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