ImportInProgressException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ImportInProgressException class.
Overload List
Name | Description | |
---|---|---|
ImportInProgressException()()() | Initializes a new instance of the ImportInProgressException class. | |
ImportInProgressException(String) | Initializes a new instance of the ImportInProgressException class with a specified error message. | |
ImportInProgressException(SerializationInfo, StreamingContext) | Initializes a new instance of the ImportInProgressException class with serialized data and streaming context information. | |
ImportInProgressException(String, Exception) | Initializes a new instance of the ImportInProgressException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
ImportInProgressException(String, Int32) | Initializes a new instance of the ImportInProgressException class with the specified error message and the identifier for the PromoCodeDefinition caused the exception. | |
ImportInProgressException(String, Int32, Exception) | Initializes a new instance of the ImportInProgressException class with a specified error message, the identifier for the PromoCodeDefinition caused the exception, and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The ImportInProgressException class represents an exception that is thrown when a user attempts to start an import while an import or a generate for the definition is already in progress.
See Also
Reference
ImportInProgressException Class