AbandonedMutexException (System.Threading.AbandonedMutexException)

Inherits: System.SystemException

Interfaces: ISerializable, _Exception

Derived Types: 0

Assembly: mscorlib.dll

The exception that is thrown when one thread acquires a Mutex object that another thread has abandoned by exiting without releasing it.

VB.NET C#

C#

public class AbandonedMutexException : System.SystemException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}

Articles

Coding Horror: Creating Even More Exceptional Exceptions

System.Threading AbandonedMutexException SynchronizationLockException ThreadAbortException ThreadInterruptedException ThreadStartException ThreadStateException

blogs.msdn.com

System.Threading. AbandonedMutexException. AutoResetEvent. EventWaitHandle. Interlocked. ManualResetEvent. Monitor. Mutex

.NET Framework Class Browser

Classes in System.Threading ...

.NET Framework Class Browser

Quickstart Class Browser

MS .NET Error Bank

System.Threading. AbandonedMutexException; SemaphoreFullException; SynchronizationLockException; ThreadAbortException; ThreadInterruptedException; more; System.Transactions

System.Threading

System.Threading

Troubleshooting Exceptions: System.Threading.AbandonedMutexException

The exception that is thrown when one thread is waiting on a Mutex object, and another thread abandons the Mutex by exiting without releasing it.

Troubleshooting Exceptions: System.Threading.AbandonedMutexException

The exception that is thrown when one thread is waiting on a Mutex object, and another thread abandons the Mutex by exiting without releasing it.

Mono Documentation

The properties of System.Threading.AbandonedMutexException are listed below. For a list of all members, see the AbandonedMutexException Members list.

Mono Documentation

The members of System.Threading.AbandonedMutexException are listed below. See Also: Inherited members from System.SystemException [ ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support