ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UrlErrorEventArgs Class / UrlErrorEventArgs Constructor / UrlErrorEventArgs Constructor(Exception)
The e.

In This Topic
    UrlErrorEventArgs Constructor(Exception)
    In This Topic
    Initializes a new instance of the UrlErrorEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal e As Exception _
    )
    public UrlErrorEventArgs( 
       Exception e
    )

    Parameters

    e
    The e.
    See Also