Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
IConnectionListener.OnFailure Method (PushServerException)

Notification of the closure of the Connection because of an unrecoverable error in data coming from the Server. In normal operation, this should not happen.

C++
void OnFailure(PushServerException e);
C#
void OnFailure(PushServerException e);
Visual Basic
Function OnFailure(e As PushServerException) As void
Parameters 
Description 
PushServerException e 
Exception that describes the problem occurred.