Click or drag to resize

UtilsTExtensionShowErrors Method (IWin32Window, ErrorKind, String)

Show an error message 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,
	ErrorKind kind,
	string message
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Owner window
kind
Type: EBP.Api.Interfaces.MiscErrorKind
Error kind
message
Type: SystemString
Error message
See Also