Click or drag to resize

JamBaseShellListViewLogError(String) Method

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.2
Syntax
protected void LogError(
	string message
)

Parameters

message  String
The errormessage
See Also