ActiveReports.Viewer3 Request technical support
PrintingThreadErrorEventArgs Constructor
See Also 


exception
Specifies the exception that caused the printing thread error.
Creates a new instance of the PrintThreadErrorEventArgs class with the specified exception.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal exception As Exception _
)
Visual Basic (Usage)Copy Code
Dim exception As Exception
 
Dim instance As PrintingThreadErrorEventArgs(exception)
C# 
public PrintingThreadErrorEventArgs( 
   Exception exception
)

Parameters

exception
Specifies the exception that caused the printing thread error.

See Also