WaitHandleCannotBeOpenedException Constructor
.NET Framework (current version)
Initializes a new instance of the WaitHandleCannotBeOpenedException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | WaitHandleCannotBeOpenedException() | Initializes a new instance of the WaitHandleCannotBeOpenedException class with default values. |
![]() | WaitHandleCannotBeOpenedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the WaitHandleCannotBeOpenedException class with serialized data. |
![]() | WaitHandleCannotBeOpenedException(String^) | Initializes a new instance of the WaitHandleCannotBeOpenedException class with a specified error message. |
![]() | WaitHandleCannotBeOpenedException(String^, Exception^) | Initializes a new instance of the WaitHandleCannotBeOpenedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

