March 2002
Intermediate to advanced
864 pages
31h 8m
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 method ThreadInterruptedException(); public method ThreadInterruptedException(string message); public method ThreadInterruptedException(string message, Exception innerException); // Protected Constructors protected method ThreadInterruptedException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→ThreadInterruptedException