Skip to content

WixUnexpectedFileFormatException Class

Exception when file does not match the expected format.

PropertyDescription
ExpectedFileFormatGets the expected file format.
FileFormatGets the actual file format found in the file.
PathGets the path to the file with unexpected format.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets the expected file format.

public string ExpectedFileFormat { get; set; }

Gets the actual file format found in the file.

public string FileFormat { get; set; }

Gets the path to the file with unexpected format.

public string Path { get; set; }