 | IErrorsDialogShow Method (IWin32Window, Exception) |
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,
Exception exception
)
Function Show (
owner As IWin32Window,
exception As Exception
) As DialogResult
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Owner window - exception
- Type: SystemException
exception 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