Lightstreamer Unity Client 2.1.3
|
Used by Lightstreamer to create a PushServerException.
public: PushServerException(int errorCode, Exception cause);
public PushServerException(int errorCode, Exception cause);
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. |