August 2003
Intermediate to advanced
928 pages
32h 1m
English
ThreadInterruptedException
This exception is thrown on
a thread in the
ThreadState.WaitSleepJoin state when
Thread.Interrupt( ) is called.
public class ThreadInterruptedException : SystemException { // Public Constructors public ThreadInterruptedException( ); public ThreadInterruptedException(stringmessage); public ThreadInterruptedException(stringmessage, ExceptioninnerException); // Protected Constructors protected ThreadInterruptedException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
ThreadInterruptedException