2 implementations of IErrorBoundary
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
11public abstract class ErrorBoundaryBase : ComponentBase, IErrorBoundary
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
5966private class TestErrorBoundary : AutoRenderComponent, IErrorBoundary
2 references to IErrorBoundary
Microsoft.AspNetCore.Components (2)
ErrorBoundaryBase.cs (1)
57void IErrorBoundary.HandleException(Exception exception)
RenderTree\Renderer.cs (1)
1167if (candidate.Component is IErrorBoundary errorBoundary)