August 2003
Intermediate to advanced
928 pages
32h 1m
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 DuplicateWaitObjectException( ); public DuplicateWaitObjectException(stringparameterName); public DuplicateWaitObjectException(stringparameterName, stringmessage); // Protected Constructors protected DuplicateWaitObjectException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ArgumentException
→
DuplicateWaitObjectException