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

e
A value that represents the exception.

Glossary Item Box

Initializes a new instance of the UrlErrorEventArgs class with the exception thrown.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal e As System.Exception _
)
C# 
public UrlErrorEventArgs( 
   System.Exception e
)

Parameters

e
A value that represents the exception.

See Also