.NET Inside Out Part 2 — Handling and rethrowing exceptions in C#

This is the second part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# Today we are going to dive into exceptions in .NET world. Handling them right might be a bit tricky, especially when … Continue reading .NET Inside Out Part 2 — Handling and rethrowing exceptions in C#