ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UrlErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (UrlErrorEventArgs)
    In This Topic

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

    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}

    Property Value

    The exception.
    See Also