Exception.TargetSite Property
.NET Framework (current version)
Gets the method that throws the current exception.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Exception.TargetSiteIf the method that throws this exception is not available and the stack trace is not a null reference (Nothing in Visual Basic), TargetSite obtains the method from the stack trace. If the stack trace is a null reference, TargetSite also returns a null reference.
Note |
|---|
The TargetSite property may not accurately report the name of the method in which an exception was thrown if the exception handler handles an exception across application domain boundaries. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=fsharp)