Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataException.TargetSite Property

Inherited from the Exception base class. Gets the method that throws the current exception.

C++
public: __property System.Reflection.MethodBase TargetSite;
C#
public System.Reflection.MethodBase TargetSite;
Visual Basic
Public Property TargetSite() As System.Reflection.MethodBase