WixUnexpectedFileFormatException Class
Exception when file does not match the expected format.
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.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
ExpectedFileFormat Property
Gets the expected file format.
Declaration
public string ExpectedFileFormat { get; set; }
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; }