asp.net.ph

DuplicateWaitObjectException Class

System Namespace


The exception that is thrown when an object appears more than once in an array of synchronization objects.

DuplicateWaitObjectException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DuplicateWaitObjectException ( )
public DuplicateWaitObjectException ( String parameterName )
public DuplicateWaitObjectException ( String parameterName , String message )
public DuplicateWaitObjectException ( String message , Exception innerException )

Remarks

The common language runtime provides a thread synchronization mechanism based on synchronization objects waiting for execution in an array of WaitHandle objects. If the array of WaitHandle objects passed to WaitAll or WaitAny contains any duplicate operating system handles, DuplicateWaitObjectException is thrown. For more information, see WaitHandle.

DuplicateWaitObjectException uses the HRESULT COR_E_DUPLICATEWAITOBJECT, which has the value 0x80131529.

For a list of initial property values for an instance of DuplicateWaitObjectException, see the DuplicateWaitObjectException constructors.

See Also

WaitHandle   Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph