Skip to main content

ValidationErrorInfo Struct

Contains specific information about an error encountered by the «see M:WixToolset.Dtf.WindowsInstaller.View.Validate(WixToolset.Dtf.WindowsInstaller.Record)» , «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateNew(WixToolset.Dtf.WindowsInstaller.Record)» , or «see M:WixToolset.Dtf.WindowsInstaller.View.ValidateFields(WixToolset.Dtf.WindowsInstaller.Record)» methods of the «see T:WixToolset.Dtf.WindowsInstaller.View» class.

Properties

PropertyDescription
ColumnGets the column containing the error, or null if the error applies to the whole row.
ErrorGets the type of validation error encountered.

WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Column Property

Gets the column containing the error, or null if the error applies to the whole row.

Declaration

public string Column { get; set; } 

Error Property

Gets the type of validation error encountered.

Declaration

public ValidationError Error { get; set; }