Click or drag to resize

JamBaseShellListViewLogError Method (String)

Error method that displays an error messagebox if the property ShowErrorMessages is set. The message is always written to the debug output stream

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void LogError(
	string message
)

Parameters

message
Type: SystemString
The errormessage
See Also