Exception handling scenario
-
Hi Here is the scenario of exception handling for my applications: I have a translator that translate exceptions to a meaningful message for user. When an unhandled exception occurs there is an Application ThreadException handler that is supposed to catch and handle the exception(To translate it using the translator and show a message box to user) When I compile my solution and run the exe file everything goes fine but when I'm in debug mode it doesn't work and if there's an unhandled exception the debugger stops and shows me the exception. What should I do to use my Exception handling scenario even while I'm debugging? Thanx
-
Hi Here is the scenario of exception handling for my applications: I have a translator that translate exceptions to a meaningful message for user. When an unhandled exception occurs there is an Application ThreadException handler that is supposed to catch and handle the exception(To translate it using the translator and show a message box to user) When I compile my solution and run the exe file everything goes fine but when I'm in debug mode it doesn't work and if there's an unhandled exception the debugger stops and shows me the exception. What should I do to use my Exception handling scenario even while I'm debugging? Thanx
Hi, I susggest you have a look at the menu Debug/Exceptions... :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy Holidays!