Table of Contents
ExceptionEventHandler Delegate

Represents the method that will handle Exception event.

Namespace: EO.Base
Assembly: EO.Base (in EO.Base.dll)

Syntax
 public delegate void ExceptionEventHandler(
   object sender,
   ExceptionEventArgs e
);

Parameters

sender
The source of the event.
e
Additional event data.
See Also