WixUnexpectedFileFormatException Class
Exception when file does not match the expected format.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| ExpectedFileFormat | Gets the expected file format. |
| FileFormat | Gets the actual file format found in the file. |
| Path | Gets the path to the file with unexpected format. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
ExpectedFileFormat Property
Section titled “ExpectedFileFormat Property”Gets the expected file format.
Declaration
Section titled “Declaration”public string ExpectedFileFormat { get; set; }FileFormat Property
Section titled “FileFormat Property”Gets the actual file format found in the file.
Declaration
Section titled “Declaration”public string FileFormat { get; set; }Path Property
Section titled “Path Property”Gets the path to the file with unexpected format.
Declaration
Section titled “Declaration”public string Path { get; set; }