Description

Once a thread is created, it is in one or more states, as defined by System.Threading.ThreadState, until it terminates. System.Threading.ThreadStateException is thrown by methods that cannot perform the requested operation due to the current state of a thread. For example, calling System.Threading.Thread.Start on a thread that has terminated results in a System.Threading.ThreadStateException exception.

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.