ImportFileFormatException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the ImportFileFormatException class.

Overload List

  Name Description
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException()()() Initializes a new instance of the ImportFileFormatException class.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(String) Initializes a new instance of the ImportFileFormatException class with a specified error message.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(PromoCodeGenerationErrorCode) Initializes a new instance of the PromoCodeGenerationErrorCode that caused the error.
ms989393.protmethod(en-US,CS.70).gif ImportFileFormatException(SerializationInfo, StreamingContext) Initializes a new instance of the ImportFileFormatException class with specified serialization and streaming context information.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(String, PromoCodeGenerationErrorCode) Initializes a new instance of the ImportFileFormatException class with the specified error message and the PromoCodeGenerationErrorCode that caused the error.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(String, Exception) Initializes a new instance of the ImportFileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(String, PromoCodeGenerationErrorCode, String) Initializes a new instance of the ImportFileFormatException class with the specified error message, the PromoCodeGenerationErrorCode that caused the error, and the name of the field that is missing in the import file.
ms989393.pubmethod(en-US,CS.70).gif ImportFileFormatException(String, PromoCodeGenerationErrorCode, String, Exception) Initializes a new instance of the ImportFileFormatException class with the specified error message, the PromoCodeGenerationErrorCode that caused the error, the name of the field that is missing in the import file, and a reference to the inner exception that is the cause of this exception.

Top

Remarks

The ImportFileFormatException is the exception that is thrown when the format of an imported coupon file is invalid.

See Also

Reference

ImportFileFormatException Class

ImportFileFormatException Members

Microsoft.CommerceServer.Marketing Namespace