2 overrides of HandleException
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteRenderer.cs (1)
116
protected override void
HandleException
(Exception exception)
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.cs (1)
81
protected override void
HandleException
(Exception exception)
11 references to HandleException
Microsoft.AspNetCore.Components (11)
RenderTree\Renderer.cs (11)
872
HandleException
(e);
908
HandleException
(updateDisplayTask.Exception);
955
HandleException
(updateDisplayTask.Exception);
1058
HandleException
(e);
1076
HandleException
(new AggregateException("Exceptions were encountered while disposing components.", exceptions));
1080
HandleException
(exceptions[0]);
1178
HandleException
(error);
1200
HandleException
(errorBoundaryException);
1210
HandleException
(error);
1325
HandleException
(new AggregateException("Exceptions were encountered while disposing components.", exceptions));
1329
HandleException
(exceptions[0]);