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