Initializes the new instance of PrintingThreadErrorEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Exception _
)
public PrintingThreadErrorEventArgs(
Exception
)
Parameters
- exception
- Specifies the exception caused the printing thread error.
See Also