Spell checker adapté aux commentaires dans Visual Studio (y compris VS 2008).
ou
Spell checker adapté aux commentaires dans Visual Studio (y compris VS 2008).
ou
Une très bonne explication du throw et throw ex et une information permettant d’aller plus loin:
MethodInfo preserveStackTrace = typeof(Exception).GetMethod("InternalPreserveStackTrace",
BindingFlags.Instance | BindingFlags.NonPublic);
Rethrowing exceptions and preserving the full call stack trace – Fabrice’s weblog