ErrorEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.Error»
Properties
Property | Description |
---|---|
Data | Gets the extended data for the error. |
ErrorCode | Gets the error code. |
ErrorMessage | Gets the error message. |
ErrorType | Gets the type of error that occurred. |
PackageId | Gets the identity of the package that yielded the error. |
UIHint | Gets 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; }