Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
PushServerException.SYNTAX_ERROR Field

Indicates an illegal output from the Server.

C++
public: int SYNTAX_ERROR = 5;
C#
public const int SYNTAX_ERROR = 5;
Visual Basic
Public Const SYNTAX_ERROR As Integer = 5