7 references to UnhandledException
Microsoft.AspNetCore.Components.Server (3)
Circuits\CircuitHost.cs (1)
86Renderer.UnhandledException += ReportAndInvoke_UnhandledException;
Circuits\RemoteRenderer.cs (2)
130UnhandledException?.Invoke(this, exception); 381UnhandledException?.Invoke(this, exception);
Microsoft.AspNetCore.Components.Server.Tests (4)
Circuits\RemoteRendererTest.cs (4)
237renderer.UnhandledException += (sender, e) => 300renderer.UnhandledException += (sender, e) => 361renderer.UnhandledException += (sender, e) => 418renderer.UnhandledException += (sender, e) =>