Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.ErrorCode Property

Readonly. Specifies the detailed error code, to support automatic 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