ImportInProgressException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a user tries to start another import/generation when they already have such operation in progress for this definition.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ImportInProgressException _
Inherits ImportExportException _
Implements ISerializable
'Usage
Dim instance As ImportInProgressException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ImportInProgressException : ImportExportException, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ImportInProgressException : public ImportExportException,
ISerializable
public class ImportInProgressException extends ImportExportException implements ISerializable
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.ImportExportException
Microsoft.CommerceServer.Marketing..::.ImportInProgressException
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.