1 instantiation of ThreadStateException
mscorlib (1)
system\threading\thread.cs (1)
565throw new ThreadStateException(Environment.GetResourceString("ThreadState_NoAbortRequested"));
1 reference to ThreadStateException
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
75catch (ThreadStateException)