The members of System.Threading.AbandonedMutexException are listed below.
See Also: Inherited members from System.SystemException
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. |
Initializes a new instance of the System.Threading.AbandonedMutexException class with serialized data. |
[read-only] | Mutex | Mutex.
Gets the abandoned mutex that caused the exception, if known. |
[read-only] | MutexIndex | int.
Gets the index of the abandoned mutex that caused the exception, if known. |