ThreadInterruptedException (System.Threading.ThreadInterruptedException)

Inherits: System.SystemException

Interfaces: ISerializable, _Exception

Derived Types: 0

Assembly: mscorlib.dll

The exception that is thrown when a Thread is interrupted while it is in a waiting state.

VB.NET C#

C#

public class ThreadInterruptedException : System.SystemException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
{
}

Articles

Troubleshooting Exceptions: System.Threading ...

The exception that is thrown when a thread is interrupted while it is in a waiting state. ... The exception that is thrown when a thread is interrupted while it is in a waiting ...

Troubleshooting Exceptions: System.Threading ...

The exception that is thrown when a thread is interrupted while it is in a waiting state. ... The exception that is thrown when a thread is interrupted while it is in a waiting ...

Mono Documentation

The constructors of System.Threading.ThreadInterruptedException are listed below. For a list of all members, see the ThreadInterruptedException Members list.

Mono Documentation

The members of System.Threading.ThreadInterruptedException are listed below. See Also: Inherited members from System.SystemException [ ...

IKVM.NET Weblog - Design Flaws

... checked exception and can only occur in a couple of well defined places in the Java library, it simply wasn't a good fit to map it onto System.Threading.ThreadInterruptedException ...

ThreadInterruptedException

... Thread.Sleep(500) timeofentry2 = timeofentry MsgBox(timeofentry2) End While Catch ex As System.Threading. ThreadInterruptedException ...

ThreadInterruptedException

Threading 2! ... We want to exit gracefully here (if we're lucky) } catch( System.Threading. ThreadInterruptedException ) { // And here, if we can } finally ...

MBR IT/.NET 247 : System.Threading.ThreadInterruptedException Class ...

A C# Framework for Interprocess Synchronization and Communication: The Code Project: How to share resources and implement a rich message/data passing architecture between threads ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support