找到异常可能结束的所有捕获

Find all catches where exceptions could end up

我目前正在尝试通过阅读代码来查找错误,因为它在我们这边是不可重现的。 现在很容易通过 Resharper 找到成员、方法、函数和所有用法的定义,但在这种情况下,我想要一个像这样的函数:"From this line, give me all locations where an exception generated here could be caught"

Resharper、VS或者其他地方有这样的功能吗?

此线程似乎相关:Is there a free alternative to Exception hunter?

具体来说,您可能会发现 Microsoft Code Digger 有用。