J'ai besoin d'appeler une asyncméthode dans un catchbloc avant de lancer à nouveau l'exception (avec sa trace de pile) comme ceci: try { // Do something } catch { // <- Clean things here with async methods throw; } Mais malheureusement, vous ne pouvez pas utiliser awaitdans un bloc catchou...