Skip to content

ErrorEventArgs Class

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

Properties

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

Data Property {#data}

Gets the extended data for the error.

Declaration

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

ErrorCode Property {#errorcode}

Gets the error code.

Declaration

public int ErrorCode { get; set; }

ErrorMessage Property {#errormessage}

Gets the error message.

Declaration

public string ErrorMessage { get; set; }

ErrorType Property {#errortype}

Gets the type of error that occurred.

Declaration

public ErrorType ErrorType { get; set; }

PackageId Property {#packageid}

Gets the identity of the package that yielded the error.

Declaration

public string PackageId { get; set; }

UIHint Property {#uihint}

Gets the recommended display flags for an error dialog.

Declaration

public int UIHint { get; set; }