1 implementation of IErrorBoundary
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
11public abstract class ErrorBoundaryBase : ComponentBase, IErrorBoundary
2 references to IErrorBoundary
Microsoft.AspNetCore.Components (2)
ErrorBoundaryBase.cs (1)
57void IErrorBoundary.HandleException(Exception exception)
RenderTree\Renderer.cs (1)
1096if (candidate.Component is IErrorBoundary errorBoundary)