ActiveReports Developer 7
Exception Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > UrlErrorEventArgs Class : Exception Property

Glossary Item Box

Gets or sets a value that specifies the exception that caused the download error.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Exception As System.Exception
C# 
public System.Exception Exception {get;}

See Also