8 references to UnhandledException
AutobahnTestApp (1)
Program.cs (1)
78AppDomain.CurrentDomain.UnhandledException += (_, a) =>
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
BasicBlazorHybridTest.cs (1)
61AppDomain.CurrentDomain.UnhandledException += (sender, error) =>
Microsoft.AspNetCore.Server.IIS (1)
StartupHook.cs (1)
44AppDomain.CurrentDomain.UnhandledException += (sender, eventArgs) =>
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
31AppDomain.CurrentDomain.UnhandledException += (sender, e) =>
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
31AppDomain.CurrentDomain.UnhandledException += (sender, e) =>
PhotinoTestApp (1)
Program.cs (1)
26AppDomain.CurrentDomain.UnhandledException += (sender, error) =>
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionHandling.cs (2)
43/// Raises the <see cref="AppDomain.UnhandledException"/> event. 47/// This method will raise the <see cref="AppDomain.UnhandledException"/>