6 references to ThreadInterruptedException
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1599
if (!((e is
ThreadInterruptedException
) || (e is ThreadAbortException))) {
System.Web (2)
Util\ReadWriteObjectLock.cs (2)
35
catch (
ThreadInterruptedException
) {
61
catch (
ThreadInterruptedException
) {
System.Workflow.Activities (1)
LocalService\ExternalDataExchangeService.cs (1)
343
(e is
ThreadInterruptedException
) ||
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
2608
(e is
ThreadInterruptedException
) ||
System.Xml (1)
System\Xml\XmlException.cs (1)
304
e is
ThreadInterruptedException
||