Delegate BaseThreadExceptionEventHandler
Represents the method that will handle the ThreadException event of an application.
public delegate void BaseThreadExceptionEventHandler(object sender, BaseThreadExceptionEventArgs e)
Parameters
sender
objectThe source of the event.
e
BaseThreadExceptionEventArgsA BaseThreadExceptionEventArgs that contains the event data.