ImportExportException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This exception is thrown when an Import or Export operation fails.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class ImportExportException _
Inherits Exception
'Usage
Dim instance As ImportExportException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public abstract class ImportExportException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ImportExportException abstract : public Exception
public abstract class ImportExportException extends Exception
Remarks
Exception related to any Import/Export operations.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.ImportExportException
Microsoft.CommerceServer..::.InvalidImportTokenException
Microsoft.CommerceServer.Marketing..::.ImportFileFormatException
Microsoft.CommerceServer.Marketing..::.ImportInProgressException
Microsoft.CommerceServer..::.UploadFileSizeException
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.