Click or drag to resize

WorkspaceViewerOnProcessError Method

Called when there is an error during an asynchronous process and raises the ProcessError event.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnProcessError(
	ExceptionEventArgs e
)

Parameters

e
Type: Atalasoft.ImagingExceptionEventArgs
An ExceptionEventArgs containing the exception raised during this process.
See Also