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();
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. |
ThreadStateException Class | ThreadStateException Members | System.Threading Namespace | ThreadStateException Constructor Overload List