Is there a way to find which exception was caught by .NET code from outside the application?
I found that a third-party API throws an exception and suppresses it (I see that the perf counter is growing).
But it does not show it in the trace (I tried sysinternals dbgView).
What tool can display the exception caught?
source
share