AbandonedMutexException Constructor

 

Initializes a new instance of the AbandonedMutexException class.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAbandonedMutexException()

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

System_CAPS_pubmethodAbandonedMutexException(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.

System_CAPS_protmethodAbandonedMutexException(SerializationInfo^, StreamingContext)

Initializes a new instance of the AbandonedMutexException class with serialized data.

System_CAPS_pubmethodAbandonedMutexException(String^)

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

System_CAPS_pubmethodAbandonedMutexException(String^, Exception^)

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

System_CAPS_pubmethodAbandonedMutexException(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.

System_CAPS_pubmethodAbandonedMutexException(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.

Return to top
Show: