A
Andy
Hi,
This may seem obvious, but I just want to be sure.
I have my Program.cs, which executes a bunch of code prior to
executing Application.Run( mainForm ).
My question is this; right away, I hook an event handler to
Application.ThreadException. If an exception occurs BEFORE
Application.Run, should the event handler still fire if there's an
unhandled exception? Or will it only fire once Application.Run is
invoked?
Thanks
Andy
This may seem obvious, but I just want to be sure.
I have my Program.cs, which executes a bunch of code prior to
executing Application.Run( mainForm ).
My question is this; right away, I hook an event handler to
Application.ThreadException. If an exception occurs BEFORE
Application.Run, should the event handler still fire if there's an
unhandled exception? Or will it only fire once Application.Run is
invoked?
Thanks
Andy