Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.UNEXPECTED_ERROR Field

Indicates an unexpected exception in the client.

C++
public: int UNEXPECTED_ERROR = 12;
C#
public const int UNEXPECTED_ERROR = 12;
Visual Basic
Public Const UNEXPECTED_ERROR As Integer = 12