Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ILogger.Error Method (string, Exception)

Receives log messages at Error level and a related exception. 

 

C++
void Error(string line, Exception exception);
C#
void Error(string line, Exception exception);
Visual Basic
Function Error(line As string, exception As Exception) As void
Parameters 
Description 
string line 
The message to be logged.  
Exception exception 
An Exception instance related to the current log message.