NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ThreadInterruptedException Class

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

Remarks

An exception class that indicates the thread was interrupted during a waiting state.

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

ThreadInterruptedException Members | System.Threading Namespace