 | IErrorsDialogShow Method (IWin32Window, IErrors) |
Show dialog errors
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxDialogResult Show(
IWin32Window owner,
IErrors errors
)
Function Show (
owner As IWin32Window,
errors As IErrors
) As DialogResult
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Owner window - errors
- Type: EBP.Api.Interfaces.MiscIErrors
Error collection to show
Return Value
Type:
DialogResultDialogResult.Ok : No errors
DialogResult.cancel : Close Window
DialogResult.Abort : Cancel even if errors only contains informations or warnings
DialogResult.Ignore : Continue even if errors contains informations or warnings
See Also