ActiveReports 10
TargetSite Property (HtmlExportException)

GrapeCity.ActiveReports.Export.Html.v10 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace > HtmlExportException 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

HtmlExportException Class
HtmlExportException Members