System.Exception.TargetSite Property

Gets the method that throws the current exception.

Syntax

public System.Reflection.MethodBase TargetSite { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the method that throws this exception is not available and the stack trace is not a null reference (Nothing in Visual Basic), Exception.TargetSite obtains the method from the stack trace. If the stack trace is a null reference, Exception.TargetSite also returns a null reference.

Note:

The Exception.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.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0