ActiveReports 11
TargetSite Property (InvalidScopeException)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > InvalidScopeException Class : TargetSite Property
Gets the method that throws the current exception.
Syntax
'Declaration
 
Public ReadOnly Property TargetSite As MethodBase
public MethodBase TargetSite {get;}

Property Value

The System.Reflection.MethodBase that threw the current exception.
See Also

Reference

InvalidScopeException Class
InvalidScopeException Members