 | UtilsTExtensionShowErrors Method (IWin32Window, Exception) |
Show an exception in the errors dialog
Namespace:
EBP.Api
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic static void ShowErrors(
IWin32Window owner,
Exception exception
)
Public Shared Sub ShowErrors (
owner As IWin32Window,
exception As Exception
)
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Owner window - exception
- Type: SystemException
Exception to show
See Also