Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
ClientException.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