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