System.Threading.ThreadStateException
namespace System.Threading
{
public class ThreadStateException : SystemException
{
public ThreadStateException();
protected ThreadStateException(SerializationInfo info, StreamingContext context);
public ThreadStateException(string message);
public ThreadStateException(string message, Exception innerException);
}
}