M
Mark Denardo
I'm trying to abort a suspended thread, but I get a ThreadStateException:
An unhandled exception of type 'System.Threading.ThreadStateException'
occurred in mscorlib.dll
Additional information: Thread is suspended; attempting to abort.
I have a number or threads in my program - some running, some suspended. I
hope I don't have to start the thread up again just to abort it??
An unhandled exception of type 'System.Threading.ThreadStateException'
occurred in mscorlib.dll
Additional information: Thread is suspended; attempting to abort.
I have a number or threads in my program - some running, some suspended. I
hope I don't have to start the thread up again just to abort it??