4 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)
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
229protected override void HandleException(Exception exception)
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewRenderer.cs (1)
41protected override void HandleException(Exception exception)
11 references to HandleException
Microsoft.AspNetCore.Components (11)
RenderTree\Renderer.cs (11)
887HandleException(e); 923HandleException(updateDisplayTask.Exception); 970HandleException(updateDisplayTask.Exception); 1073HandleException(e); 1091HandleException(new AggregateException("Exceptions were encountered while disposing components.", exceptions)); 1095HandleException(exceptions[0]); 1193HandleException(error); 1215HandleException(errorBoundaryException); 1225HandleException(error); 1340HandleException(new AggregateException("Exceptions were encountered while disposing components.", exceptions)); 1344HandleException(exceptions[0]);