This documentation is archived and is not being maintained.
DuplicateWaitObjectException Constructor
Visual Studio 2010
Initializes a new instance of the DuplicateWaitObjectException 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 | |
|---|---|---|
|
DuplicateWaitObjectException() | Initializes a new instance of the DuplicateWaitObjectException class. |
|
DuplicateWaitObjectException(String) | Initializes a new instance of the DuplicateWaitObjectException class with the name of the parameter that causes this exception. |
|
DuplicateWaitObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the DuplicateWaitObjectException class with serialized data. |
|
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: