ExceptionEventHandler Delegate |
This EventHandler is used to pass along an exception during an image processing operation.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic delegate void ExceptionEventHandler(
Object sender,
ExceptionEventArgs e
)
Public Delegate Sub ExceptionEventHandler (
sender As Object,
e As ExceptionEventArgs
)
Parameters
- sender
- Type: System.Object
The object in which the exception occurred. - e
- Type: Atalasoft.Imaging.ExceptionEventArgs
An ExceptionEventArgs object containing information about the exception.
See AlsoReference
ExceptionEventArgs Class