I am working on a workitem which gives an exception as
System.ObjectDisposedException:
Cannot access a disposed object.
Object name: 'TabControlWorkSpace'.
In Debug->Exceptions
window, I have checked all options (under User-Unhandled) expecting that solution will break whenever exceptions occur. It has worked great for me in past and helped me to directly jump to the root cause. However this time, error occurs and I am getting exception window (with Send & Don't Send buttons) but my solution is not breaking on exception. May I know any workaround or something that I am missing. Please let me know If I need to provide any more information.