Click or drag to resize

AsynchronousExceptionEventHandler Delegate

This event handler is used to notify the application of any exceptions during an asynchronous acquisition.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void AsynchronousExceptionEventHandler(
	Object sender,
	AsynchronousExceptionEventArgs e
)

Parameters

sender
Type: SystemObject
The Acquisition object.
e
Type: Atalasoft.TwainAsynchronousExceptionEventArgs
An AsynchronousExceptionEventArgs class containing the exception.
See Also