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

