PrintingThreadErrorEventArgs Constructor
In This Topic
Initializes a new instance of the
PrintingThreadErrorEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Exception _
)
public PrintingThreadErrorEventArgs(
Exception
)
Parameters
- exception
- The printing thread exception.
See Also