I have a global exception handler in program.cs to catch unhandled exceptions.
Unhandled Exception:
Sender: System.Threading.Thread
Sender Type: System.Threading.Thread
Source: AssetManager.Library.Common
Is it possible to get a reference to the form that generated the unhandled exception?
An exception also provide the stack trace for the scope of the exception. If the form that you are referring to is in the scope, you can see the details of the form in the stack trace as well.