Skip to main content

WixCorruptFileException Class

Exception when file does not match the expected format.

Properties

PropertyDescription
FileFormatGets the actual file format found in the file.
PathGets the path to the file with unexpected format.

WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

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; }