Soldato
As title... I've encased the contents of the Main() method (as the entry point for a Windows form) in Program.cs in a try {} catch {} block. This all works fine in debugging mode, but as soon as I compile, run and get an exception for whatever reason, I get the normal error message telling me there's been an error. Why is it not catching the exception?