1 instantiation of ThreadAbortException
mscorlib (1)
system\diagnostics\debugger.cs (1)
165if (s_triggerThreadAbortExceptionForDebugger) { throw new ThreadAbortException(); }
290 references to ThreadAbortException
mscorlib (21)
system\runtime\versioning\multitargetinghelpers.cs (1)
70|| ex is System.Threading.ThreadAbortException
system\security\securityexception.cs (1)
110if(e is System.Threading.ThreadAbortException)
system\threading\SemaphoreSlim.cs (1)
100void IThreadPoolWorkItem.MarkAborted(ThreadAbortException tae) { /* nop */ }
system\threading\Tasks\FutureFactory.cs (1)
568if (bWonSetException && ex is ThreadAbortException)
system\threading\Tasks\Task.cs (8)
1236if (!taskQueued && !(e is ThreadAbortException)) 1948catch (ThreadAbortException tae) 2500catch (ThreadAbortException tae) 2631if (exn is ThreadAbortException) 2711void IThreadPoolWorkItem.MarkAborted(ThreadAbortException tae) 3207if (!(e is ThreadAbortException)) 3415if (!(e is ThreadAbortException)) 6698public void MarkAborted(ThreadAbortException tae)
system\threading\Tasks\TaskContinuation.cs (3)
273if (!(e is ThreadAbortException && 721void IThreadPoolWorkItem.MarkAborted(ThreadAbortException tae) { /* nop */ } 851if (!(exc is ThreadAbortException || exc is AppDomainUnloadedException))
system\threading\Tasks\TaskExceptionHolder.cs (3)
118if (innerExp is ThreadAbortException) 122else if (exp is ThreadAbortException) 318if (t != typeof(ThreadAbortException) && t != typeof(AppDomainUnloadedException))
system\threading\threadpool.cs (3)
834catch (ThreadAbortException tae) 1179void MarkAborted(ThreadAbortException tae); 1255void IThreadPoolWorkItem.MarkAborted(ThreadAbortException tae)
PresentationBuildTasks (1)
Base\MS\Internal\CriticalExceptions.cs (1)
28ex is System.Threading.ThreadAbortException ||
SMDiagnostics (1)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
270return exception != null && (exception is ThreadAbortException || exception is AppDomainUnloadedException);
System (77)
compmod\microsoft\win32\SystemEvents.cs (1)
1599if (!((e is ThreadInterruptedException) || (e is ThreadAbortException))) {
compmod\system\componentmodel\MemberDescriptor.cs (1)
388catch (System.Threading.ThreadAbortException) {
misc\ClientUtils.cs (1)
41|| ex is System.Threading.ThreadAbortException
net\System\Net\_AuthenticationManagerDefault.cs (1)
52if (e is ThreadAbortException || e is OutOfMemoryException || e is StackOverflowException)
net\System\Net\_StreamFramer.cs (2)
223if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 427if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
net\System\Net\_TLSstream.cs (2)
630if (exception is OutOfMemoryException || exception is StackOverflowException || exception is ThreadAbortException) 680if (exception is OutOfMemoryException || exception is StackOverflowException || exception is ThreadAbortException)
net\System\Net\AuthenticationManager.cs (1)
102if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
net\System\Net\Cache\_CacheStreams.cs (3)
475if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 489if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 768if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\Cache\_RequestCacheProtocol.cs (5)
143if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 227if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 383if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 438if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 539if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
712if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
net\System\Net\Cache\IERequestCache.cs (4)
327if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 481if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1013if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1065if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\Cache\WinInetCache.cs (1)
302if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
net\System\Net\cookiecontainer.cs (2)
347if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 678if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
net\System\Net\DNS.cs (1)
684if (exception is OutOfMemoryException || exception is ThreadAbortException || exception is StackOverflowException)
net\System\Net\FtpWebRequest.cs (2)
1250if (e is ThreadAbortException 1284if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\Internal.cs (1)
168return exception != null && (exception is OutOfMemoryException || exception is StackOverflowException || exception is ThreadAbortException);
net\System\Net\Logging.cs (1)
174if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\ServicePointManager.cs (1)
176if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
net\System\Net\SocketPermission.cs (4)
145if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 159if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 540if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 563if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\Sockets\NetworkStream.cs (11)
517if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 594if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 758if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 862if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 946if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 997if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1046if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1091if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1147if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1201if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) { 1236if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\System\Net\Sockets\Socket.cs (1)
7117if (exception is OutOfMemoryException || exception is StackOverflowException || exception is ThreadAbortException)
net\System\Net\Sockets\TCPClient.cs (3)
115if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 268if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException) { 277if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException) {
net\System\Net\webclient.cs (26)
356if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 400if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 448if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 503if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 574if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 721if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 809if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 908if (exception is OutOfMemoryException || exception is StackOverflowException || exception is ThreadAbortException) { 1216if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1254if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1481if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1512if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1807if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1841if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1879if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1923if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1960if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1991if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2045if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2104if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2141if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2173if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2223if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2319if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2419if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 2518if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
net\System\uribuilder.cs (1)
135if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
232catch (ThreadAbortException) { }
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2138catch (ThreadAbortException) {
System.Core (12)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
136catch (ThreadAbortException) 174catch (ThreadAbortException)
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
61catch (ThreadAbortException)
System\Linq\Parallel\Utils\ExceptionAggregator.cs (3)
48catch (ThreadAbortException) 86catch (ThreadAbortException) 145catch (ThreadAbortException)
System\Linq\ParallelEnumerable.cs (6)
1636catch (ThreadAbortException) 1773catch (ThreadAbortException) 4428catch (ThreadAbortException) 4460catch (ThreadAbortException) 5020catch (ThreadAbortException) 5122catch (ThreadAbortException)
System.Data (54)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\ExceptionUtility.cs (1)
17if (((exception is OutOfMemoryException) && !(exception is InsufficientMemoryException)) || (exception is ThreadAbortException))
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
370static private readonly Type ThreadAbortType = typeof(ThreadAbortException);
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1139catch (System.Threading.ThreadAbortException) {
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
1831catch (System.Threading.ThreadAbortException e) { 2420catch (ThreadAbortException) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (14)
497catch (System.Threading.ThreadAbortException) { 907catch (System.Threading.ThreadAbortException e) { 1089catch (System.Threading.ThreadAbortException e) { 1345catch (System.Threading.ThreadAbortException e) { 1593catch (System.Threading.ThreadAbortException e) { 1685catch (System.Threading.ThreadAbortException e) { 1840catch (System.Threading.ThreadAbortException e) { 2052catch (System.Threading.ThreadAbortException e) { 2337catch (System.Threading.ThreadAbortException e) { 2398catch (System.Threading.ThreadAbortException e) { 3541catch (System.Threading.ThreadAbortException e) { 4242catch (System.Threading.ThreadAbortException e) { 4871catch (System.Threading.ThreadAbortException e) 4992catch (System.Threading.ThreadAbortException e)
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
245catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
1024catch (System.Threading.ThreadAbortException e) { 1122catch (System.Threading.ThreadAbortException e) { 1617catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (11)
265catch (System.Threading.ThreadAbortException e) { 790catch (System.Threading.ThreadAbortException e) { 964catch (System.Threading.ThreadAbortException e) { 1051catch (System.Threading.ThreadAbortException e) { 1750catch (System.Threading.ThreadAbortException e) { 1861catch (System.Threading.ThreadAbortException e) { 2195catch (System.Threading.ThreadAbortException e) { 3102catch (System.Threading.ThreadAbortException e) { 3291catch (System.Threading.ThreadAbortException e) { 3362catch (System.Threading.ThreadAbortException e) { 3431catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (4)
125catch (System.Threading.ThreadAbortException e) { 216catch (System.Threading.ThreadAbortException e) { 305catch (System.Threading.ThreadAbortException e) { 416catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (3)
239catch (System.Threading.ThreadAbortException e) { 316catch (System.Threading.ThreadAbortException) { 651catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
454catch (System.Threading.ThreadAbortException) { 2067catch (System.Threading.ThreadAbortException) {
fx\src\data\System\Data\SqlClient\SqlTransaction.cs (5)
158catch (System.Threading.ThreadAbortException e) { 204catch (System.Threading.ThreadAbortException e) { 262catch (System.Threading.ThreadAbortException e) { 318catch (System.Threading.ThreadAbortException e) { 371catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
124catch (System.Threading.ThreadAbortException e) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
1759catch (ThreadAbortException) { 3845catch (System.Threading.ThreadAbortException) { 8682catch (System.Threading.ThreadAbortException) { 8722catch (System.Threading.ThreadAbortException e) { 10227catch (System.Threading.ThreadAbortException) {
System.Data.DataSetExtensions (1)
System\Data\DataSetUtil.cs (1)
117static private readonly Type ThreadAbortType = typeof(System.Threading.ThreadAbortException);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
1950static private readonly Type ThreadAbortType = typeof(System.Threading.ThreadAbortException);
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
237static private readonly Type ThreadAbortType = typeof(System.Threading.ThreadAbortException);
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
63private static readonly Type ThreadAbortType = typeof(System.Threading.ThreadAbortException);
System.Data.Services.Client (2)
System\Data\Services\Client\BaseAsyncResult.cs (1)
371if ((null != this.userCallback) && !(this.Failure is System.Threading.ThreadAbortException) && !(this.Failure is System.StackOverflowException))
System\Data\Services\Client\Util.cs (1)
365(ex is System.Threading.ThreadAbortException)));
System.Drawing (2)
misc\ClientUtils.cs (1)
41|| ex is System.Threading.ThreadAbortException
misc\DbgUtil.cs (1)
272ex is System.Threading.ThreadAbortException;
System.IdentityModel (1)
System\IdentityModel\AsyncResult.cs (1)
152catch (ThreadAbortException)
System.Management (1)
managementscope.cs (1)
69e is System.Threading.ThreadAbortException ||
System.Net (2)
net\Logging.cs (1)
166if (exception is ThreadAbortException || exception is StackOverflowException || exception is OutOfMemoryException) {
net\PeerToPeer\PeerToPeerException.cs (1)
123if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException)
System.Runtime.Remoting (2)
channels\core\bytebufferpool.cs (2)
125catch (ThreadAbortException) 189catch (ThreadAbortException)
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
47catch (ThreadAbortException)
System.ServiceModel.Internals (1)
System\Runtime\Fx.cs (1)
208exception is ThreadAbortException ||
System.Transactions (6)
System\Transactions\Trace\DiagnosticTrace.cs (6)
268catch (ThreadAbortException) 365catch (ThreadAbortException) 403catch (ThreadAbortException) 435catch (ThreadAbortException) 529catch (ThreadAbortException) 615catch (ThreadAbortException)
System.Web (16)
Configuration\ConfigUtil.cs (1)
42if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
Hosting\IPipelineRuntime.cs (1)
757|| ex is System.Threading.ThreadAbortException;
Hosting\ISAPIRuntime.cs (1)
191if (e is ThreadAbortException) {
HttpApplication.cs (4)
2232if (e is ThreadAbortException && 2247catch (ThreadAbortException e) { 3453if (e is ThreadAbortException || e.InnerException != null && e.InnerException is ThreadAbortException) {
HttpContext.cs (1)
1859catch (ThreadAbortException e) {
UI\LegacyPageAsyncTask.cs (1)
195catch (ThreadAbortException e) {
UI\Page.cs (7)
4450catch (ThreadAbortException) { 4494catch (ThreadAbortException) { 4545catch (ThreadAbortException) { 4876catch (ThreadAbortException e) { 5197catch (ThreadAbortException e) { 5826e is ThreadAbortException && 5827((ThreadAbortException)e).ExceptionState is HttpApplication.CancelModuleException) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1066static private readonly Type ThreadAbortType = typeof(System.Threading.ThreadAbortException);
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
1389if (error == null || error is System.Threading.ThreadAbortException)
System.Web.Services (57)
System\Web\Services\Description\ProtocolImporter.cs (2)
415if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 458if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Description\ServiceDescription.cs (1)
2831if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Description\SoapProtocolImporter.cs (1)
349if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\ContractReference.cs (4)
112if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 237if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 252if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 269if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (4)
246if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 398if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 411if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 439if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (1)
270if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\DiscoveryReference.cs (1)
158if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (1)
131if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Discovery\SchemaReference.cs (2)
93if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 218if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\ClientProtocol.cs (6)
288if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 314if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 335if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 394if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 614if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 629if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
199if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\HttpClientProtocol.cs (4)
51if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 257if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 288if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 309if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
System\Web\Services\Protocols\RemoteDebugger.cs (8)
55if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 77if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 144if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 167if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 209if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 238if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 277if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 314if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\RequestResponse.cs (2)
52if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException) 77if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException)
System\Web\Services\Protocols\Scalars.cs (1)
41if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\ServerProtocol.cs (1)
315if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
66if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\SoapClientProtocol.cs (3)
407if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 444if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) 456if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
System\Web\Services\Protocols\SoapReflector.cs (1)
522if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\SoapServerProtocol.cs (7)
351if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 371if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 395if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 656if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 757if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException) { 773if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException) { 802if (ex is ThreadAbortException || ex is StackOverflowException || ex is OutOfMemoryException)
System\Web\Services\Protocols\WebServiceHandler.cs (4)
113if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 177if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 303if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 339if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
102if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System.Windows.Forms (3)
misc\ClientUtils.cs (1)
41|| ex is System.Threading.ThreadAbortException
misc\DbgUtil.cs (1)
272ex is System.Threading.ThreadAbortException;
misc\MultitargetUtil.cs (1)
58|| ex is System.Threading.ThreadAbortException
System.Workflow.Activities (1)
LocalService\ExternalDataExchangeService.cs (1)
344(e is ThreadAbortException));
System.Workflow.Runtime (4)
DebugEngine\DebugControllerThread.cs (1)
172catch (ThreadAbortException)
Hosting\DefaultWorkflowSchedulerService.cs (1)
239catch (ThreadAbortException e)
Hosting\ManualWorkflowSchedulerService.cs (1)
338catch (ThreadAbortException e)
WorkflowExecutor.cs (1)
2609(e is ThreadAbortException));
System.Xml (11)
System\Xml\Serialization\Compilation.cs (1)
176if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\Serialization\Compiler.cs (1)
264if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\Serialization\SoapReflectionImporter.cs (1)
582if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\Serialization\XmlReflectionImporter.cs (3)
416if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 782if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1136if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\Serialization\XmlSerializationReader.cs (2)
990if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 1049if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\Serialization\XmlSerializer.cs (2)
347if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) { 424if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
System\Xml\XmlException.cs (1)
303e is ThreadAbortException ||
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
248return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
823return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;
WindowsBase (2)
Base\MS\Internal\CriticalExceptions.cs (2)
28ex is System.Threading.ThreadAbortException || 43ex is System.Threading.ThreadAbortException ||
WsatConfig (1)
Configuration\Utilities.cs (1)
228(e is System.Threading.ThreadAbortException);
WsatUI (1)
Configuration\Utilities.cs (1)
228(e is System.Threading.ThreadAbortException);