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 with default properties.

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

Remarks

ThreadStateException inherits from the Exception. This constructor sets the properties of ThreadStateException as follows:

Property Type Condition
InnerException a null reference (in Visual Basic Nothing).
Message The empty string.

See Also

ThreadStateException Class | ThreadStateException Members | System.Threading Namespace | ThreadStateException Constructor Overload List