NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Exception.TargetSite

[To be supplied.]

[Visual Basic]
Public ReadOnly Property TargetSite As MethodBase
[C#]
public MethodBase TargetSite {get;}
[C++]
public: __property MethodBase* get_TargetSite();
[JScript]
public function get TargetSite() : MethodBase;

See Also

Exception Class | Exception Members | System Namespace