Suppress unhandled exception dialog?

Posted by Nick Brooks on Stack Overflow See other posts from Stack Overflow or by Nick Brooks
Published on 2010-04-04T16:33:23Z Indexed on 2010/04/04 16:43 UTC
Read the original article Hit count: 616

Filed under:
|

I'm handling all of my unhanded exception in the code but whenever one happens (not during debugging) I get my error window and as soon as it closes "Unhandled application exception has occurred in your application" window pops up. How do I suppress it?

PS : I am not using ASP.NET , I'm using Windows Forms

© Stack Overflow or respective owner

Related posts about c#

Related posts about exception-handling