Skip to main 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.6+73c897383236ddbbbc6ba257634013c1269ceec2

Data Property​

Gets the extended data for the error.

Declaration​

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

ErrorCode Property​

Gets the error code.

Declaration​

public int ErrorCode { get; set; } 

ErrorMessage Property​

Gets the error message.

Declaration​

public string ErrorMessage { get; set; } 

ErrorType Property​

Gets the type of error that occurred.

Declaration​

public ErrorType ErrorType { get; set; } 

PackageId Property​

Gets the identity of the package that yielded the error.

Declaration​

public string PackageId { get; set; } 

UIHint Property​

Gets the recommended display flags for an error dialog.

Declaration​

public int UIHint { get; set; }