13 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.Build (1)
TaskLoader.cs (1)
118taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
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) =>
MSBuild (1)
XMake.cs (1)
672AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
MSBuildTaskHost (1)
TaskLoader.cs (1)
118taskAppDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler;
PhotinoTestApp (1)
Program.cs (1)
26AppDomain.CurrentDomain.UnhandledException += (sender, error) =>
System.Console (1)
System\ConsolePal.Unix.cs (1)
890AppDomain.CurrentDomain.UnhandledException += (_, _) => { Interop.Sys.UninitializeTerminal(); };
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"/>
System.Web.Services.Description (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
73currentDomain.UnhandledException += new UnhandledExceptionEventHandler(UnhandledExceptionHandler);