WixCorruptFileException Class
Exception when file does not match the expected format.
Properties
Property | Description |
---|---|
FileFormat | Gets the actual file format found in the file. |
Path | Gets the path to the file with unexpected format. |
WixToolset.Data.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
FileFormat Property
Gets the actual file format found in the file.
Declaration
public string FileFormat { get; set; }
Path Property
Gets the path to the file with unexpected format.
Declaration
public string Path { get; set; }