You're Throwing Exceptions Wrong! Don't Throw Away The Trace!
October 2, 2023
• 1,002 views
exception handlingexception handling in C#C# exceptionstry catch c#c sharp try catchtry catch c sharptry catch block in c#c# exceptionsc# exception handlingexceptions in c#exceptions and exception handling in c#.netc# try catchexceptions dotnetc# exception handling best practiceserror handling dotnetexception handling in web apiexception handling in asp.net mvcdotnetinner exceptioninner exception c#stack trace c#Stack Trace C#
How are you throwing exceptions in C#? What approach do you use to rethrow exceptions? You might not know it yet, but you could be throwing away the entire stack trace if you're doing it wrong! In this video, we'll cover how to rethrow exceptions in CSharp so that you get the information you need.
Have you subscribed to my weekly newsletter yet? A 5-minute read every weekend, right to your inbox, so you can start your weekend learning off strong:
https://www.devleader.ca/newsletter
Check out m...
