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