Catch Exception only in release

Posted by Cicik on Stack Overflow See other posts from Stack Overflow or by Cicik
Published on 2010-05-28T23:39:55Z Indexed on 2010/05/28 23:42 UTC
Read the original article Hit count: 567

HI, I have one global generic exception handler(catch ex as Exception) for all unhandled exceptions from application. But in debug mode(app runs from VS) I don`t want that exceptions go to this global handler. Better for me is when VS stops app on place when exception occurs.

How can I do this, or is there some better approach for this?

thanks

© Stack Overflow or respective owner

Related posts about exception

Related posts about exception-handling