Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.TABLE_ERROR Field

Indicates that an update has been received with an unexpected table number.

C++
public: int TABLE_ERROR = 1;
C#
public const int TABLE_ERROR = 1;
Visual Basic
Public Const TABLE_ERROR As Integer = 1