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