surviving winformsdebuggingexception handling Dec 7, 2021 The helpful exception box If you're in a legacy codebase with a centralized "message box" form, why not add some features that make it work for you? ๐ Read more Share
c#exception handling Sep 17, 2020 Does rethrowing an exception in C# still reset the stack trace? All programming languages have gotchas to trip you up. In C#, one of them is the subtle (but significant) difference between "throw" and "throw ex". Read more Share