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