Click or drag to resize

UtilsTExtensionShowErrors Method (IWin32Window, IErrors)

Show the errors 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,
	IErrors errors
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Owner window
errors
Type: EBP.Api.Interfaces.MiscIErrors
Errors to show
See Also