Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.PushServerException Constructor (int, string)

Used by Lightstreamer to create a PushServerException.

C++
public: PushServerException(int errorCode, string extraMsg);
C#
public PushServerException(int errorCode, string extraMsg);
Visual Basic
Public Sub New(errorCode As Integer, extraMsg As string)
Parameters 
Description 
int errorCode 
an integer code to be chosen from the constants defined in the class.  
string extraMsg 
a detailed information for the error.