Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataException.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