System.Threading.AbandonedMutexException: Constructor Members

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

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