ActiveReports Developer 7
PrintingThreadErrorEventArgs Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintingThreadErrorEventArgs Class : PrintingThreadErrorEventArgs Constructor

exception
Specifies the exception caused the printing thread error.

Glossary Item Box

Initializes the new instance of PrintingThreadErrorEventArgs class.

Syntax

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

Parameters

exception
Specifies the exception caused the printing thread error.

See Also