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 Constructor

Initializes an instance of the ThreadStateException class.

Overload List

Initializes an instance of the ThreadStateException with default properties.

[Visual Basic] Overloads Public Sub New()
[C#] public ThreadStateException();
[C++] public: ThreadStateException();
[JScript] public function ThreadStateException();

Initializes an instance of ThreadStateException with a specified message.

[Visual Basic] Overloads Public Sub New(String)
[C#] public ThreadStateException(String);
[C++] public: ThreadStateException(String*);
[JScript] public function ThreadStateException(String);

Initializes a new instance of ThreadStateException with a specified message and the exception that is the root cause of this exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public ThreadStateException(String, Exception);
[C++] public: ThreadStateException(String*, Exception);
[JScript] public function ThreadStateException(String, Exception);

See Also

ThreadStateException Class | ThreadStateException Members | System.Threading Namespace