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