
.NET Offers a “First Chance” to Squelch Performance-killing Hidden Exceptions
rocessing exceptions in any language is expensive. The process of capturing an exception and rolling it into a package that can be processed by code requires a stack walk?basically looking back through the history of what has happened?and that requires a lot of processing time to complete. In .NET software