System.Threading.AbandonedMutexException Members

The members of System.Threading.AbandonedMutexException are listed below.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the System.Threading.AbandonedMutexException class with default values.

Initializes a new instance of the System.Threading.AbandonedMutexException class with a specified error message.

Initializes a new instance of the System.Threading.AbandonedMutexException class with a specified index for the abandoned mutex, if applicable, and a System.Threading.Mutex object that represents the mutex.

Initializes a new instance of the System.Threading.AbandonedMutexException class with a specified error message and inner exception.

Initializes a new instance of the System.Threading.AbandonedMutexException class with a specified error message, the index of the abandoned mutex, if applicable, and the abandoned mutex.

Initializes a new instance of the System.Threading.AbandonedMutexException class with a specified error message, the inner exception, the index for the abandoned mutex, if applicable, and a System.Threading.Mutex object that represents the mutex.

Protected Constructors

Public Properties

[read-only]
MutexMutex.

Gets the abandoned mutex that caused the exception, if known.

[read-only]
MutexIndexint.

Gets the index of the abandoned mutex that caused the exception, if known.