WorkspaceProcessError Event |
Fires when an error occurs in a separate thread when being processed asynchronously.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Remarks This event can be handled to react to an exception when it occurs in another thread. Typically a message
box with exception details is displayed to the user. When this event is not handled, and the Asynchronous property
is true, errors can go un-noticed, and without any error messages displayed.
See Also