Gets the method that throws the current exception.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property TargetSite As MethodBase |
JavaScript |
---|
function get_targetSite();
|
Return Value
The
MethodBase that threw the current exception.
See Also