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 (in ShellBrowser.dll) Version: 7.1
Syntax protected void LogError(
string message
)
Protected Sub LogError (
message As String
)
protected:
void LogError(
String^ message
)
member LogError :
message : string -> unit
Parameters
- message
- Type: SystemString
The errormessage
See Also