3 references to ErrorBoundary
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\PrerenderingErrorBoundaryLogger.cs (1)
18
public PrerenderingErrorBoundaryLogger(ILogger<
ErrorBoundary
> logger)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteErrorBoundaryLogger.cs (1)
17
public RemoteErrorBoundaryLogger(ILogger<
ErrorBoundary
> logger, IJSRuntime jsRuntime, IOptions<CircuitOptions> options)
Microsoft.AspNetCore.Components.Web (1)
Web\IErrorBoundaryLogger.cs (1)
10
/// Logs exception information for a <see cref="
ErrorBoundary
"/> component.