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)
Syntaxpublic delegate void AsynchronousExceptionEventHandler(
Object sender,
AsynchronousExceptionEventArgs e
)
Public Delegate Sub AsynchronousExceptionEventHandler (
sender As Object,
e As AsynchronousExceptionEventArgs
)
Parameters
- sender
- Type: SystemObject
The Acquisition object. - e
- Type: Atalasoft.TwainAsynchronousExceptionEventArgs
An AsynchronousExceptionEventArgs class containing the exception.
See Also