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!

ThreadStateException Class

Represents an exception that is thrown when a Thread is in an invalid state for the method call.

Object
   Exception
      SystemException
         ThreadStateException

[Visual Basic]
Public Class ThreadStateException
   Inherits SystemException
[C#]
public class ThreadStateException : SystemException
[C++]
public __gc class ThreadStateException : public SystemException
[JScript]
public class ThreadStateException extends SystemException

Remarks

The ThreadStateException is an exception class that indicates that a Thread is in an invalid state for the method call.

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

ThreadStateException Members | System.Threading Namespace