3 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) =>