You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There can only be one in-flight exception per thread. It makes no sense that I have to get it via a stack frame rather than via the backtrace. This is also problematic because certain unhandled exceptions (such as the FileNotFoundException thrown when Mono fails to load a dependent assembly) have no backtrace.
The text was updated successfully, but these errors were encountered:
There can only be one in-flight exception per thread. It makes no sense that I have to get it via a stack frame rather than via the backtrace. This is also problematic because certain unhandled exceptions (such as the
FileNotFoundException
thrown when Mono fails to load a dependent assembly) have no backtrace.The text was updated successfully, but these errors were encountered: