ThreadInterruptedException

E697529

ThreadInterruptedException is a .NET exception type that is thrown when a thread is interrupted while it is in a blocked state, such as during sleep or wait operations.

All labels observed (3)

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf .NET class ⓘ
SystemException subclass ⓘ
exception type ⓘ
baseClass SystemException ⓘ
linked to: System.Exception
belongsToLibrary .NET Base Class Library ⓘ
canBeCaughtWith catch (Exception) ⓘ
catch (SystemException) ⓘ
catch (ThreadInterruptedException) ⓘ
category threading exception ⓘ
CLSCompliant true ⓘ
definedInAssembly System.Runtime ⓘ
mscorlib ⓘ
linked to: mscorlib.dll
definedInNamespace System.Threading ⓘ
documentationUrl https://learn.microsoft.com/dotnet/api/system.threading.threadinterruptedexception ⓘ
hasConstructor ThreadInterruptedException() ⓘ
ThreadInterruptedException(string message) ⓘ
ThreadInterruptedException(string message, Exception innerException) ⓘ
hasProperty InnerException ⓘ
Message ⓘ
Source ⓘ
StackTrace ⓘ
inheritsFrom Exception ⓘ
Object ⓘ
SystemException ⓘ
linked to: System.Exception
introducedInFramework .NET Framework 1.0 ⓘ
linked to: .NET Framework
isCheckedException false ⓘ
isPublic true ⓘ
isSealed false ⓘ
isSerializable true ⓘ
relatedTo Thread ⓘ
Thread.Interrupt ⓘ
ThreadAbortException ⓘ
thrownWhen a thread is interrupted during Monitor.Wait ⓘ
a thread is interrupted during Thread.Join ⓘ
a thread is interrupted during Thread.Sleep ⓘ
a thread is interrupted during Wait ⓘ
a thread is interrupted during WaitHandle.WaitAll ⓘ
a thread is interrupted during WaitHandle.WaitAny ⓘ
a thread is interrupted during WaitHandle.WaitOne ⓘ
a thread is interrupted while blocked ⓘ
triggeredBy Thread.Interrupt ⓘ
usedInLanguage C# ⓘ
F# ⓘ
VB.NET ⓘ
linked to: Visual Basic .NET

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Threading → containsType → ThreadInterruptedException ⓘ
ThreadAbortException → relatedTo → ThreadInterruptedException ⓘ
ThreadInterruptedException → hasConstructor → ThreadInterruptedException() ⓘ
linked to: ThreadInterruptedException
ThreadInterruptedException → hasConstructor → ThreadInterruptedException(string message, Exception innerException) ⓘ
linked to: ThreadInterruptedException