5 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) =>
Microsoft.AspNetCore.Components.Tests (2)
Rendering\RendererSynchronizationContextTest.cs (2)
46
context.
UnhandledException
+= (sender, e) =>
167
context.
UnhandledException
+= (sender, e) =>