Click or drag to resize

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
public event ExceptionEventHandler ProcessError

Value

Type: Atalasoft.ImagingExceptionEventHandler
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