ImportFileFormatException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when the format of an imported coupon file is invalid.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ImportFileFormatException _
Inherits ImportExportException _
Implements ISerializable
'Usage
Dim instance As ImportFileFormatException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ImportFileFormatException : ImportExportException, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ImportFileFormatException : public ImportExportException,
ISerializable
public class ImportFileFormatException extends ImportExportException implements ISerializable
Remarks
The ImportFileFormatException is the exception that is thrown when the format of an imported coupon file is invalid.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.ImportExportException
Microsoft.CommerceServer.Marketing..::.ImportFileFormatException
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.