关于[Visual Studio Tips - View Uncaptured Exception]的摘要:
Ever have code where you catch an exception because to handle it, but you don’t need to use the exception itself? Maybe just knowing the exception type is enough for you. But then you sometimes want to see it while debugging? Previously I would just capture the exception and just live with the warning about an unused variable, but now I do this.
原文地址: https://hutchcodes.net/2019/03/visual-studio-tips-view-uncaptured-exception/