AbandonedMutexException Constructor
Initializes a new instance of the AbandonedMutexException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AbandonedMutexException() | Initializes a new instance of the AbandonedMutexException class with default values. |
![]() | AbandonedMutexException(Int32, WaitHandle^) | Initializes a new instance of the AbandonedMutexException class with a specified index for the abandoned mutex, if applicable, and a Mutex object that represents the mutex. |
![]() | AbandonedMutexException(SerializationInfo^, StreamingContext) | Initializes a new instance of the AbandonedMutexException class with serialized data. |
![]() | AbandonedMutexException(String^) | Initializes a new instance of the AbandonedMutexException class with a specified error message. |
![]() | AbandonedMutexException(String^, Exception^) | Initializes a new instance of the AbandonedMutexException class with a specified error message and inner exception. |
![]() | AbandonedMutexException(String^, Exception^, Int32, WaitHandle^) | Initializes a new instance of the AbandonedMutexException class with a specified error message, the inner exception, the index for the abandoned mutex, if applicable, and a Mutex object that represents the mutex. |
![]() | AbandonedMutexException(String^, Int32, WaitHandle^) | Initializes a new instance of the AbandonedMutexException class with a specified error message, the index of the abandoned mutex, if applicable, and the abandoned mutex. |

