Click or drag to resize

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)
Syntax
public static void ShowErrors(
	IWin32Window owner,
	Exception exception
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Owner window
exception
Type: SystemException
Exception to show
See Also