This is the magic behind .GetBaseException() as shown here:
catch (MagicException ex) { throw ex.GetBaseException(); }
No comments:
Post a Comment