T
Tim Greenwood
I've wrapped a try/catch around the code in my Main function of a windows
app. I'm catching several custom exception classes specifically. I raise
one of these in my program to test and all seems fine. The exception is
caught and I can display an appropriate message. At least as long as I'm
running in the VS IDE!!!! As soon as I run the .EXE standalone I get the
standard "Unhandled exception" message. Why would this behave differently??
app. I'm catching several custom exception classes specifically. I raise
one of these in my program to test and all seems fine. The exception is
caught and I can display an appropriate message. At least as long as I'm
running in the VS IDE!!!! As soon as I run the .EXE standalone I get the
standard "Unhandled exception" message. Why would this behave differently??