DuplicateWaitObjectException Class
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class DuplicateWaitObjectException : public ArgumentException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class DuplicateWaitObjectException extends ArgumentException
SerializableAttribute ComVisibleAttribute(true) public class DuplicateWaitObjectException extends ArgumentException
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.
System.Exception
System.SystemException
System.ArgumentException
System.DuplicateWaitObjectException
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.