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 | |
---|---|---|
ImportFileFormatException()()() | Initializes a new instance of the ImportFileFormatException class. | |
ImportFileFormatException(String) | Initializes a new instance of the ImportFileFormatException class with a specified error message. | |
ImportFileFormatException(PromoCodeGenerationErrorCode) | Initializes a new instance of the PromoCodeGenerationErrorCode that caused the error. | |
ImportFileFormatException(SerializationInfo, StreamingContext) | Initializes a new instance of the ImportFileFormatException class with specified serialization and streaming context information. | |
ImportFileFormatException(String, PromoCodeGenerationErrorCode) | Initializes a new instance of the ImportFileFormatException class with the specified error message and the PromoCodeGenerationErrorCode that caused the error. | |
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. | |
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. | |
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