1 type derived from OutOfMemoryException
mscorlib (1)
system\insufficientmemoryexception.cs (1)
27public sealed class InsufficientMemoryException : OutOfMemoryException
98 instantiations of OutOfMemoryException
mscorlib (50)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
2039if (count < 0) throw new OutOfMemoryException(); 2072if (count < 0) throw new OutOfMemoryException();
system\convert.cs (1)
2333throw new OutOfMemoryException();
system\environment.cs (1)
726throw new OutOfMemoryException();
system\runtime\interopservices\gchandlecookietable.cs (1)
95throw new OutOfMemoryException(Environment.GetResourceString("OutOfMemory_GCHandleMDA"));
system\runtime\interopservices\marshal.cs (9)
1195throw new OutOfMemoryException(); 1224throw new OutOfMemoryException(); 1253throw new OutOfMemoryException(); 1284throw new OutOfMemoryException(); 1859throw new OutOfMemoryException(); 1883throw new OutOfMemoryException(); 1922throw new OutOfMemoryException(); 1946throw new OutOfMemoryException(); 2208throw new OutOfMemoryException();
system\security\accesscontrol\privilege.cs (4)
125throw new OutOfMemoryException(); 305throw new OutOfMemoryException(); 570throw new OutOfMemoryException(); 661throw new OutOfMemoryException();
system\security\accesscontrol\securitydescriptor.cs (1)
668throw new OutOfMemoryException();
system\security\accesscontrol\win32.cs (3)
64throw new OutOfMemoryException(); 224throw new OutOfMemoryException(); 380throw new OutOfMemoryException();
system\security\cryptography\utils.cs (1)
271throw new OutOfMemoryException();
system\security\principal\ntaccount.cs (1)
331throw new OutOfMemoryException();
system\security\principal\sid.cs (4)
420throw new OutOfMemoryException(); 517throw new OutOfMemoryException(); 749throw new OutOfMemoryException(); 983throw new OutOfMemoryException();
system\security\principal\win32.cs (1)
147throw new OutOfMemoryException();
system\security\principal\windowsidentity.cs (5)
840return new OutOfMemoryException(); 956throw new OutOfMemoryException(); 989throw new OutOfMemoryException(); 1040throw new OutOfMemoryException(); 1076throw new OutOfMemoryException();
system\security\securestring.cs (5)
328throw new OutOfMemoryException(); 353throw new OutOfMemoryException(); 497throw new OutOfMemoryException(); 551throw new OutOfMemoryException(); 619throw new OutOfMemoryException();
system\string.cs (3)
244throw new OutOfMemoryException(); 3138throw new OutOfMemoryException(); 3324throw new OutOfMemoryException();
system\text\basecodepageencoding.cs (1)
284throw new OutOfMemoryException(
system\text\dbcscodepageencoding.cs (1)
145throw new OutOfMemoryException(
system\text\normalization.cs (3)
213throw new OutOfMemoryException( 247throw new OutOfMemoryException( 292throw new OutOfMemoryException(
system\text\sbcscodepageencoding.cs (1)
105throw new OutOfMemoryException(
system\text\stringbuilder.cs (2)
842throw new OutOfMemoryException(); 1988throw new OutOfMemoryException();
PresentationCore (8)
Core\CSharp\MS\Internal\Generic\Span.cs (2)
238throw new OutOfMemoryException(); 251throw new OutOfMemoryException();
Core\CSharp\MS\Internal\Span.cs (2)
320throw new OutOfMemoryException(); 331throw new OutOfMemoryException();
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
462throw new System.OutOfMemoryException();
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
486throw new OutOfMemoryException (message);
Graphics\include\wgx_render.cs (2)
805return new OutOfMemoryException(); 816return new System.OutOfMemoryException();
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Pts.cs (2)
63throw new OutOfMemoryException(); 98throw new OutOfMemoryException();
System (10)
compmod\system\codedom\compiler\Executor.cs (1)
322throw new OutOfMemoryException();
net\System\Net\_SafeNetHandles.cs (3)
668throw new OutOfMemoryException(); 719throw new OutOfMemoryException(); 2833throw new OutOfMemoryException();
net\System\Net\_WinHttpWebProxyDataBuilder.cs (1)
52throw new OutOfMemoryException();
net\System\Net\HttpListener.cs (1)
2480throw new OutOfMemoryException();
net\System\Net\WinHttpWebProxyFinder.cs (1)
248throw new OutOfMemoryException();
security\system\security\cryptography\cryptoapi.cs (1)
2990throw new OutOfMemoryException();
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
1047throw new OutOfMemoryException(); 1056throw new OutOfMemoryException();
System.Core (1)
System\Security\Cryptography\CapiNative.cs (1)
809throw new OutOfMemoryException();
System.Data (6)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
45throw new OutOfMemoryException(); 227throw new OutOfMemoryException();
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
251throw new OutOfMemoryException();
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
40throw new OutOfMemoryException();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
131throw new OutOfMemoryException(); 146throw new OutOfMemoryException();
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
75if (buffer == IntPtr.Zero) throw new OutOfMemoryException();
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
256if (buffer == IntPtr.Zero) throw new OutOfMemoryException();
System.IO.Log (1)
System\IO\Log\Error.cs (1)
130return new OutOfMemoryException();
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
452if (buffer == IntPtr.Zero) throw new OutOfMemoryException();
System.Security (3)
system\security\cryptography\cryptoapi.cs (1)
2473throw new OutOfMemoryException();
system\security\cryptography\dataprotection.cs (2)
90throw new OutOfMemoryException(); 153throw new OutOfMemoryException();
System.ServiceModel (2)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (2)
54throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new OutOfMemoryException()); 103throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new OutOfMemoryException());
System.Web (2)
HttpWriter.cs (2)
200throw new OutOfMemoryException(); 579throw new OutOfMemoryException();
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataObject.cs (1)
765throw new OutOfMemoryException();
winforms\Managed\System\WinForms\ListBox.cs (2)
1586throw new OutOfMemoryException(); 1629throw new OutOfMemoryException();
winforms\Managed\System\WinForms\NativeWindow.cs (1)
956throw new OutOfMemoryException();
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2137throw new OutOfMemoryException();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6659if (buffer == IntPtr.Zero) throw new OutOfMemoryException();
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
284throw new OutOfMemoryException();
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
382throw new OutOfMemoryException();
MS\Internal\AutomationProxies\Misc.cs (1)
1723throw new OutOfMemoryException();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (1)
451throw new OutOfMemoryException();
276 references to OutOfMemoryException
mscorlib (1)
system\runtime\versioning\multitargetinghelpers.cs (1)
69|| ex is OutOfMemoryException
PresentationBuildTasks (1)
Base\MS\Internal\CriticalExceptions.cs (1)
27ex is OutOfMemoryException ||
PresentationCore (1)
Core\CSharp\System\Windows\LayoutManager.cs (1)
1024catch(System.OutOfMemoryException ex)
PresentationFramework (5)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (3)
80catch (OutOfMemoryException) 113catch (OutOfMemoryException) 126catch (OutOfMemoryException)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1047catch (OutOfMemoryException)
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
373catch (System.OutOfMemoryException)
System (76)
misc\ClientUtils.cs (1)
40|| ex is OutOfMemoryException
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)
1252|| e is OutOfMemoryException 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) {
services\io\system\io\FileSystemWatcher.cs (1)
703catch (OutOfMemoryException) {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
679catch (OutOfMemoryException)
System.Data (56)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\ExceptionUtility.cs (1)
17if (((exception is OutOfMemoryException) && !(exception is InsufficientMemoryException)) || (exception is ThreadAbortException))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
679catch (OutOfMemoryException)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
369static private readonly Type OutOfMemoryType = typeof(OutOfMemoryException);
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
164if (e is OutOfMemoryException) {
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1131catch (System.OutOfMemoryException) {
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
1823catch (System.OutOfMemoryException e) { 2412catch (OutOfMemoryException) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (14)
489catch (System.OutOfMemoryException) { 897catch (System.OutOfMemoryException e) { 1081catch (System.OutOfMemoryException e) { 1337catch (System.OutOfMemoryException e) { 1585catch (System.OutOfMemoryException e) { 1677catch (System.OutOfMemoryException e) { 1830catch (System.OutOfMemoryException e) { 2044catch (System.OutOfMemoryException e) { 2327catch (System.OutOfMemoryException e) { 2390catch (System.OutOfMemoryException e) { 3533catch (System.OutOfMemoryException e) { 4234catch (System.OutOfMemoryException e) { 4861catch (System.OutOfMemoryException e) 4982catch (System.OutOfMemoryException e)
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
233catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
1016catch (System.OutOfMemoryException e) { 1114catch (System.OutOfMemoryException e) { 1609catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (11)
251catch (System.OutOfMemoryException e) { 776catch (System.OutOfMemoryException e) { 948catch (System.OutOfMemoryException e) { 1039catch (System.OutOfMemoryException e) { 1736catch (System.OutOfMemoryException e) { 1847catch (System.OutOfMemoryException e) { 2181catch (System.OutOfMemoryException e) { 3088catch (System.OutOfMemoryException e) { 3275catch (System.OutOfMemoryException e) { 3348catch (System.OutOfMemoryException e) { 3417catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (4)
117catch (System.OutOfMemoryException e) { 208catch (System.OutOfMemoryException e) { 297catch (System.OutOfMemoryException e) { 408catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (3)
231catch (System.OutOfMemoryException e) { 308catch (System.OutOfMemoryException) { 643catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
446catch (System.OutOfMemoryException) { 2059catch (System.OutOfMemoryException) {
fx\src\data\System\Data\SqlClient\SqlTransaction.cs (5)
150catch (System.OutOfMemoryException e) { 196catch (System.OutOfMemoryException e) { 254catch (System.OutOfMemoryException e) { 310catch (System.OutOfMemoryException e) { 363catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
104catch (System.OutOfMemoryException e) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
1751catch (OutOfMemoryException) { 3837catch (System.OutOfMemoryException) { 8674catch (System.OutOfMemoryException) { 8712catch (System.OutOfMemoryException e) { 10219catch (System.OutOfMemoryException) {
System.Data.DataSetExtensions (1)
System\Data\DataSetUtil.cs (1)
116static private readonly Type OutOfMemoryType = typeof(System.OutOfMemoryException);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
1949static private readonly Type OutOfMemoryType = typeof(System.OutOfMemoryException);
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
236static private readonly Type OutOfMemoryType = typeof(System.OutOfMemoryException);
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
57private static readonly Type OutOfMemoryType = typeof(System.OutOfMemoryException);
System.Data.Services.Client (1)
System\Data\Services\Client\Util.cs (1)
364(ex is System.OutOfMemoryException) ||
System.Drawing (5)
commonui\System\Drawing\Image.cs (1)
109catch (OutOfMemoryException e) {
commonui\System\Drawing\ImageConverter.cs (1)
243catch (OutOfMemoryException) // this exception may be caused by creating a new MemoryStream
commonui\System\Drawing\SystemFonts.cs (1)
242ex is OutOfMemoryException || // GDI+ throws this one for many reasons other than actual OOM.
misc\ClientUtils.cs (1)
40|| ex is OutOfMemoryException
misc\DbgUtil.cs (1)
271ex is OutOfMemoryException ||
System.Management (2)
managementoptions.cs (1)
1651catch(OutOfMemoryException)
managementscope.cs (1)
68e is OutOfMemoryException ||
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.ServiceModel.Internals (3)
System\Runtime\Fx.cs (3)
207(exception is OutOfMemoryException && !(exception is InsufficientMemoryException)) || 458catch (OutOfMemoryException exception) 473catch (OutOfMemoryException exception)
System.Transactions (6)
System\Transactions\Trace\DiagnosticTrace.cs (6)
260catch (OutOfMemoryException) 357catch (OutOfMemoryException) 395catch (OutOfMemoryException) 427catch (OutOfMemoryException) 521catch (OutOfMemoryException) 607catch (OutOfMemoryException)
System.Web (2)
Configuration\ConfigUtil.cs (1)
42if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException) {
Hosting\IPipelineRuntime.cs (1)
756|| ex is OutOfMemoryException
System.Web.DataVisualization (13)
Common\Annotation\LineAnnotation.cs (1)
688catch (OutOfMemoryException)
Common\Annotation\PolygonAnnotation.cs (1)
757catch (OutOfMemoryException)
Common\ChartTypes\AreaChart.cs (1)
556catch (OutOfMemoryException)
Common\ChartTypes\KagiChart.cs (1)
597catch (OutOfMemoryException)
Common\ChartTypes\LineChart.cs (1)
931catch (OutOfMemoryException)
Common\ChartTypes\RadarChart.cs (1)
912catch (OutOfMemoryException)
Common\ChartTypes\RangeChart.cs (1)
1778catch (OutOfMemoryException)
Common\ChartTypes\StackedAreaChart.cs (1)
728catch (OutOfMemoryException)
Common\ChartTypes\StepLineChart.cs (2)
139catch (OutOfMemoryException) 174catch (OutOfMemoryException)
Common\General\Axis.cs (2)
2098catch (OutOfMemoryException) 2200catch (OutOfMemoryException)
Common\General\ChartGraphics3D.cs (1)
2424catch (OutOfMemoryException)
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1065static private readonly Type OutOfMemoryType = typeof(System.OutOfMemoryException);
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 (4)
misc\ClientUtils.cs (1)
40|| ex is OutOfMemoryException
misc\DbgUtil.cs (1)
271ex is OutOfMemoryException ||
misc\MultitargetUtil.cs (1)
57|| ex is OutOfMemoryException
winforms\Managed\System\WinForms\Control.cs (1)
13720if (ClientUtils.IsCriticalException(ex) && !(ex is OutOfMemoryException)) {
System.Windows.Forms.DataVisualization (13)
Common\Annotation\LineAnnotation.cs (1)
688catch (OutOfMemoryException)
Common\Annotation\PolygonAnnotation.cs (1)
757catch (OutOfMemoryException)
Common\ChartTypes\AreaChart.cs (1)
556catch (OutOfMemoryException)
Common\ChartTypes\KagiChart.cs (1)
597catch (OutOfMemoryException)
Common\ChartTypes\LineChart.cs (1)
931catch (OutOfMemoryException)
Common\ChartTypes\RadarChart.cs (1)
912catch (OutOfMemoryException)
Common\ChartTypes\RangeChart.cs (1)
1778catch (OutOfMemoryException)
Common\ChartTypes\StackedAreaChart.cs (1)
728catch (OutOfMemoryException)
Common\ChartTypes\StepLineChart.cs (2)
139catch (OutOfMemoryException) 174catch (OutOfMemoryException)
Common\General\Axis.cs (2)
2098catch (OutOfMemoryException) 2200catch (OutOfMemoryException)
Common\General\ChartGraphics3D.cs (1)
2424catch (OutOfMemoryException)
System.Workflow.Activities (1)
LocalService\ExternalDataExchangeService.cs (1)
341return ((e is OutOfMemoryException) ||
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
2606return ((e is OutOfMemoryException) ||
WorkflowRuntime.cs (1)
673catch (OutOfMemoryException)
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)
302e is OutOfMemoryException ||
UIAutomationClient (2)
MS\Internal\Automation\Accessible.cs (1)
124return !(e is OutOfMemoryException)
MS\Internal\Automation\Misc.cs (1)
248return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (1)
1354if (e is OutOfMemoryException)
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)
27ex is OutOfMemoryException || 42ex is OutOfMemoryException ||
WsatConfig (1)
Configuration\Utilities.cs (1)
227(e is System.OutOfMemoryException) || (e is System.InvalidOperationException) ||
WsatUI (1)
Configuration\Utilities.cs (1)
227(e is System.OutOfMemoryException) || (e is System.InvalidOperationException) ||