Normally, you don’t care about first-chance exceptions -- it's only when something becomes a second-chance exception that you start to pay attention. But when you do care about all the exceptions, ...
Moreover, if you overuse exceptions in your application’s source code, it will make your source code more difficult to read and maintain. When an exception is thrown in .NET, the normal running of ...