Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.PushServerException Constructor (int, Exception)

Used by Lightstreamer to create a PushServerException.

C++
public: PushServerException(int errorCode, Exception cause);
C#
public PushServerException(int errorCode, Exception cause);
Visual Basic
Public Sub New(errorCode As Integer, cause As Exception)
Parameters 
Description 
int errorCode 
an integer code to be chosen from the constants defined in the class.  
Exception cause 
an unexpected exception occurred while during the elaboration of the updates.