DuplicateWaitObjectException Constructor

 

Initializes a new instance of the DuplicateWaitObjectException class.

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

NameDescription
System_CAPS_pubmethodDuplicateWaitObjectException()

Initializes a new instance of the DuplicateWaitObjectException class.

System_CAPS_protmethodDuplicateWaitObjectException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodDuplicateWaitObjectException(String^)

Initializes a new instance of the DuplicateWaitObjectException class with the name of the parameter that causes this exception.

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

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

Return to top
Show: