2 implementations of HandleException
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
57
void IErrorBoundary.
HandleException
(Exception exception)
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
5978
public void
HandleException
(Exception error)
1 reference to HandleException
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
1176
errorBoundary.
HandleException
(error);