March 2002
Intermediate to advanced
864 pages
31h 8m
English
DuplicateWaitObjectException
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); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→ArgumentException→DuplicateWaitObjectException