An exception that is thrown when one thread acquires a Mutex object that another thread has abandoned by exiting without releasing it.
An exception that is thrown when one thread acquires a Mutex object that another thread has abandoned by exiting without releasing it. (Source: MSDN Documentation)