How a client eliminated 50+ exceptions/hour Recently, a client contacted us and gave us a pretty incredible case study. He found a huge number of “leaking” exceptions by eliminating all of the empty catch statements in his ASP.NET code and sending an exception to Exceptionless instead. By doing so, he was able to track down about 12 individual bugs and get rid of over 50 exceptions per hour by fixing them. That’s 1200+ exceptions per day – gone! “This gave … Continued
The post Find Leaking Exceptions by Eliminating Empty Catch Blocks – Case Study appeared first on Exceptionless – .NET Exception Reporting.