2
votes
A ThreadStateException occures when trying to restart a thread
It's possible for a thread to be in more than one state at once therefore the ThreadState property is actually a bitmap of possible states. So testing for equality with just one state will not give …
