DuplicateWaitObjectException

DuplicateWaitObjectException ECMA 1.0, serializable

System (mscorlib.dll) class

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  (string   parameterName   );    public  DuplicateWaitObjectException  (string   parameterName   , string   message   );  // Protected Constructors  protected  DuplicateWaitObjectException  (System.Runtime.Serialization.SerializationInfo   info   ,         System.Runtime.Serialization.StreamingContext   context   ); } 

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException ArgumentException DuplicateWaitObjectException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net