Lightstreamer PCL (Portable Class Library) Client 3.1.1
ContentsIndexHome
PreviousUpNext
PushServerException.ErrorCode Property

Readonly. Specifies the detailed error code, to support custom recovery actions. The code is chosen among the constants defined in the class.

C++
public: __property int ErrorCode;
C#
public virtual int ErrorCode;
Visual Basic
Public virtual Property ErrorCode() As Integer