Mono Class Library: System Namespace

System.DuplicateWaitObjectException Class

Represents the error that occurs when an object appears more than once in an array of System.Threading.WaitHandle instances. [Edit]

See Also: DuplicateWaitObjectException Members

System.Object
     System.Exception
          System.SystemException
               System.ArgumentException
                    System.DuplicateWaitObjectException

[System.Runtime.InteropServices.ComVisible(true)]
public class DuplicateWaitObjectException : ArgumentException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

Note: It is generally unnecessary for applications to throw DuplicateWaitObjectException . This exception is thrown by thread synchronization methods, such as System.Threading.WaitHandle.WaitAll(System.Threading.WaitHandle[], int, bool) and System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[], int, bool).
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0