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