7
comment puis-je re-lancer une exception interceptée parC++ re-lancer une exception interceptée par
catch(...)
bloc?
comment puis-je re-lancer une exception interceptée parC++ re-lancer une exception interceptée par
catch(...)
bloc?
throw
sans opérande renvoie l'exception actuelle.
Voici comment.
catch(...) { throw; }