Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ClientException.Source Property

Inherited from the Exception base class. Gets or sets the name of the application or the object that causes the error.

C++
public: __property string Source;
C#
public virtual string Source;
Visual Basic
Public virtual Property Source() As string