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