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
I have seen a number of issues where the call stack provided does not reflect the real location of the exception, making diagnosis nearly impossible.
This is caused by Session.WaitOnHandle using throw _exception;.