AbandonedMutexException Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the AbandonedMutexException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AbandonedMutexException() | Initializes a new instance of the AbandonedMutexException class with default values. |
|
AbandonedMutexException(String) | Initializes a new instance of the AbandonedMutexException class with a specified error message. |
|
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(String, Exception) | Initializes a new instance of the AbandonedMutexException class with a specified error message and inner exception. |
|
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. |
|
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. |
Show: