ActiveReports 8
UrlErrorEventArgs Constructor(Exception)
See Also 
GrapeCity.ActiveReports.Document.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also