Skip to content

ErrorEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.Error»

PropertyDescription
DataGets the extended data for the error.
ErrorCodeGets the error code.
ErrorMessageGets the error message.
ErrorTypeGets the type of error that occurred.
PackageIdGets the identity of the package that yielded the error.
UIHintGets the recommended display flags for an error dialog.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the extended data for the error.

public IList<System.String> Data { get; set; }

Gets the error code.

public int ErrorCode { get; set; }

Gets the error message.

public string ErrorMessage { get; set; }

Gets the type of error that occurred.

public ErrorType ErrorType { get; set; }

Gets the identity of the package that yielded the error.

public string PackageId { get; set; }

Gets the recommended display flags for an error dialog.

public int UIHint { get; set; }