Click or drag to resize

JamBaseShellListView.LogError 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 (in ShellBrowser.dll) Version: 7.1
Syntax
protected void LogError(
	string message
)

Parameters

message
Type: System.String
The errormessage
See Also