Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
SubscrException.SubscrException Constructor

Used by Lightstreamer to create a SubscrException.

C++
public: SubscrException(string msg);
C#
public SubscrException(string msg);
Visual Basic
Public Sub New(msg As string)
Parameters 
Description 
string msg 
a message describing an abnormal condition occurred during subscription or unsubscription.