Occurs when an exception is thrown by the printing thread.
[Visual Basic]
Public Event PrintingThreadErrorEvent() As PrintingThreadErrorEventHandler
[C#]
public event PrintingThreadErrorEventHandler PrintingThreadErrorEvent();
The event handler receives an argument of type PrintingThreadErrorEventArgs containing data related to this event. The following PrintingThreadErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Gets or sets a value that specifies the exception that caused the printing thread error. |
Document Class | Document Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.