6 references to ThreadInterruptedException
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1599if (!((e is ThreadInterruptedException) || (e is ThreadAbortException))) {
System.Web (2)
Util\ReadWriteObjectLock.cs (2)
35catch (ThreadInterruptedException) { 61catch (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)
304e is ThreadInterruptedException ||