ActiveReports 12
PrintingThreadErrorEventArgs Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintingThreadErrorEventArgs Class : PrintingThreadErrorEventArgs Constructor
Specifies the exception caused the printing thread error.
Initializes the new instance of PrintingThreadErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal exception As Exception _
)
public PrintingThreadErrorEventArgs( 
   Exception exception
)

Parameters

exception
Specifies the exception caused the printing thread error.
See Also

Reference

PrintingThreadErrorEventArgs Class
PrintingThreadErrorEventArgs Members