Represents an exception that is thrown when a thread is interrupted during the waiting state.
Object
Exception
SystemException
ThreadInterruptedException
[Visual Basic] Public Class ThreadInterruptedException Inherits SystemException [C#] public class ThreadInterruptedException : SystemException [C++] public __gc class ThreadInterruptedException : public SystemException [JScript] public class ThreadInterruptedException extends SystemException
An exception class that indicates the thread was interrupted during a waiting state.
Namespace: System.Threading
Assembly: mscorlib.dll
ThreadInterruptedException Members | System.Threading Namespace