Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DuplicateWaitObjectException Constructor (String^)

 

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

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

public:
DuplicateWaitObjectException(
	String^ parameterName
)

Parameters

parameterName
Type: System::String^

The name of the parameter that caused the exception.

The content of parameterName is intended to be understood by humans.

The following table shows the initial property values for an instance of DuplicateWaitObjectException.

Property

Value

InnerException

A null reference (Nothing in Visual Basic).

Message

The localized error message string.

ParamName

The parameter name string.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft