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)
Syntax public delegate void ExceptionEventHandler(
Object sender,
ExceptionEventArgs e
)
Public Delegate Sub ExceptionEventHandler (
sender As Object,
e As ExceptionEventArgs
)
Parameters
- sender
- Type: SystemObject
The object in which the exception occurred. - e
- Type: Atalasoft.ImagingExceptionEventArgs
An ExceptionEventArgs object containing information about the exception.
See Also Reference
ExceptionEventArgs Class