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.
Statements (44)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
SystemException subclass ⓘ exception type ⓘ |
| baseClass | SystemException NERFINISHED ⓘ |
| belongsToLibrary | .NET Base Class Library NERFINISHED ⓘ |
| canBeCaughtWith |
catch (Exception)
ⓘ
catch (SystemException) ⓘ catch (ThreadInterruptedException) ⓘ |
| category | threading exception ⓘ |
| CLSCompliant | true ⓘ |
| definedInAssembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| definedInNamespace | System.Threading NERFINISHED ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.threading.threadinterruptedexception ⓘ |
| hasConstructor |
ThreadInterruptedException()
NERFINISHED
ⓘ
ThreadInterruptedException(string message) ⓘ ThreadInterruptedException(string message, Exception innerException) NERFINISHED ⓘ |
| hasProperty |
InnerException
ⓘ
Message ⓘ Source ⓘ StackTrace ⓘ |
| inheritsFrom |
Exception
ⓘ
Object ⓘ SystemException NERFINISHED ⓘ |
| introducedInFramework | .NET Framework 1.0 NERFINISHED ⓘ |
| isCheckedException | false ⓘ |
| isPublic | true ⓘ |
| isSealed | false ⓘ |
| isSerializable | true ⓘ |
| relatedTo |
Thread
ⓘ
Thread.Interrupt NERFINISHED ⓘ ThreadAbortException NERFINISHED ⓘ |
| 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 NERFINISHED ⓘ |
| usedInLanguage |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.