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
Syntaxprotected void LogError(
string message,
Exception exception
)
Protected Sub LogError (
message As String,
exception As Exception
)
protected:
void LogError(
String^ message,
Exception^ exception
)
member LogError :
message : string *
exception : Exception -> unit
Parameters
- message
- Type: SystemString
The errormessage - exception
- Type: SystemException
Exception a possible exception that is logged as well, may be null
See Also