7 instantiations of StackOverflowException
Microsoft.Build.Engine.UnitTests (4)
BackEnd\EventSourceSink_Tests.cs (1)
97exceptionList.Add(new StackOverflowException());
BackEnd\LoggingService_Tests.cs (3)
175logger = new LoggerThrowException(true, false, new StackOverflowException()); 257LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new StackOverflowException()); 1261: base(true, false, new StackOverflowException())
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
248Return New StackOverflowException(Description)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
366.Returns(() => throw new StackOverflowException())
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3079throw new StackOverflowException();
75 references to StackOverflowException
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
80exception is StackOverflowException ||
dotnet-svcutil-lib (1)
Shared\Utilities\Utilities.cs (1)
24ex is StackOverflowException ||
Microsoft.Build (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingService_Tests.cs (3)
156exceptionType = typeof(StackOverflowException); 176VerifyShutdownExceptions(logger, null, typeof(StackOverflowException)); 255Assert.Throws<StackOverflowException>(() =>
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\PatternParsingTests.cs (1)
2998catch (StackOverflowException)
Microsoft.VisualBasic.Core (47)
Microsoft\VisualBasic\Collection.vb (2)
102Catch ex As StackOverflowException 231Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
1919Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\DoubleType.vb (1)
176Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\IOUtils.vb (1)
70Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (4)
155Catch exInner As StackOverflowException 441Catch exInner As StackOverflowException 592Catch ex As StackOverflowException 844Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (5)
1008Catch ex As StackOverflowException 1028Catch ex As StackOverflowException 2087Catch ex As StackOverflowException 3276Catch ex As StackOverflowException 3292Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
738Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (3)
78Catch ex As StackOverflowException 110Catch ex As StackOverflowException 147Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (2)
44Catch ex As StackOverflowException 114Catch ex As StackOverflowException
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (3)
48Catch ex As StackOverflowException 76Catch ex As StackOverflowException 85Catch ex As StackOverflowException
Microsoft\VisualBasic\Conversion.vb (2)
520Catch ex As StackOverflowException 917Catch ex As StackOverflowException
Microsoft\VisualBasic\DateAndTime.vb (10)
61Catch ex As StackOverflowException 111Catch ex As StackOverflowException 286Catch ex As StackOverflowException 307Catch ex As StackOverflowException 316Catch ex As StackOverflowException 335Catch ex As StackOverflowException 408Catch ex As StackOverflowException 418Catch ex As StackOverflowException 428Catch ex As StackOverflowException 555Catch ex As StackOverflowException
Microsoft\VisualBasic\FileSystem.vb (1)
226Catch ex As StackOverflowException
Microsoft\VisualBasic\Financial.vb (1)
253Catch ex As StackOverflowException
Microsoft\VisualBasic\Information.vb (1)
379Catch ex As StackOverflowException
Microsoft\VisualBasic\Interaction.vb (4)
397Catch ex As StackOverflowException 535Catch ex As StackOverflowException 552Catch ex As StackOverflowException 566Catch ex As StackOverflowException
Microsoft\VisualBasic\Strings.vb (5)
303Catch ex As StackOverflowException 486Catch ex As StackOverflowException 970Catch ex As StackOverflowException 1260Catch ex As StackOverflowException 1993Catch ex As StackOverflowException
MSBuild (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
102|| e is StackOverflowException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1082[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StackOverflowException))]
netstandard (1)
netstandard.cs (1)
2016[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StackOverflowException))]
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
24ex is StackOverflowException ||
System.Data.Common (2)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
233private static readonly Type s_stackOverflowType = typeof(StackOverflowException);
System\Data\DataSetUtil.cs (1)
91return ((e.GetType() != typeof(StackOverflowException)) &&
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
233private static readonly Type s_stackOverflowType = typeof(StackOverflowException);
System.Private.Windows.Core (1)
System\ExceptionExtensions.cs (1)
18or StackOverflowException
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
256if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
769[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.StackOverflowException))]
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
2079if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
384Assert.Throws<StackOverflowException>(() => form.Items = value);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListControlTests.cs (2)
2550Assert.Throws<StackOverflowException>(() => control.GetItemText(item)); 2553Assert.Throws<StackOverflowException>(() => control.GetItemText(item));
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
24ex is StackOverflowException ||
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
211return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
803return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;