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