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