Name

DuplicateWaitObjectException

Synopsis

This exception is thrown when an object shows up more than once in the array passed to System.Threading.WaitHandle.WaitAll() or System.Threading.WaitHandle.WaitAny().

public class DuplicateWaitObjectException : ArgumentException {
// Public Constructors
   public method DuplicateWaitObjectException();  
   public method DuplicateWaitObjectException(
        string parameterName);  
   public method DuplicateWaitObjectException(
        string parameterName, string message);  
// Protected Constructors
   protected method DuplicateWaitObjectException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionArgumentExceptionDuplicateWaitObjectException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.