What\'s the difference between using
catch(Exception ex) { ... throw ex; }
and using
catch // might include (Exc
The first one resets the stack trace property in the thrown exception