Lightstreamer WinRT Client 1.0.2
|
Used by Lightstreamer to create a PushServerException.
public: PushServerException(int errorCode, string extraMsg);
public PushServerException(int errorCode, string extraMsg);
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. |