5 references to UnhandledException
Microsoft.AspNetCore.Components (3)
Rendering\RendererSynchronizationContext.cs (2)
252/// <summary>Invokes <see cref="UnhandledException"/> with the supplied exception instance.</summary> 254UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Rendering\RendererSynchronizationContextDispatcher.cs (1)
13_context.UnhandledException += (sender, e) =>
Microsoft.AspNetCore.Components.Tests (2)
Rendering\RendererSynchronizationContextTest.cs (2)
46context.UnhandledException += (sender, e) => 167context.UnhandledException += (sender, e) =>