7 references to ErrorBoundary
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\PrerenderingErrorBoundaryLogger.cs (1)
18public PrerenderingErrorBoundaryLogger(ILogger<ErrorBoundary> logger)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteErrorBoundaryLogger.cs (1)
17public 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.
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\WebAssemblyErrorBoundaryLogger.cs (2)
11private readonly ILogger<ErrorBoundary> _errorBoundaryLogger; 13public WebAssemblyErrorBoundaryLogger(ILogger<ErrorBoundary> errorBoundaryLogger)
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewErrorBoundaryLogger.cs (2)
11private readonly ILogger<ErrorBoundary> _errorBoundaryLogger; 13public WebViewErrorBoundaryLogger(ILogger<ErrorBoundary> errorBoundaryLogger)