Click or drag to resize

JamBaseShellListViewLogError Method (String, Exception)

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.0
Syntax
protected void LogError(
	string message,
	Exception exception
)

Parameters

message
Type: SystemString
The errormessage
exception
Type: SystemException
Exception a possible exception that is logged as well, may be null
See Also