2 instantiations of JSDisconnectedException
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
128throw new JSDisconnectedException(
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
56throw new JSDisconnectedException(
14 references to JSDisconnectedException
Aspire.Dashboard (5)
Components\Controls\MarkdownRenderer.razor.cs (1)
68catch (JSDisconnectedException)
Components\Controls\TextVisualizer.razor.cs (1)
99catch (JSDisconnectedException)
Components\Layout\MainLayout.razor.cs (1)
416catch (JSDisconnectedException)
Components\Resize\BrowserDimensionWatcher.cs (1)
55catch (JSDisconnectedException)
Utils\JSInteropHelpers.cs (1)
18catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\ResourceCollectionProvider.cs (1)
69catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
580catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
211catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.Web (3)
Routing\NavigationLock.cs (1)
114catch (JSDisconnectedException)
Virtualization\Virtualize.cs (1)
274catch (JSDisconnectedException) { }
Virtualization\VirtualizeJsInterop.cs (1)
83catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.WebAssembly (1)
src\aspnetcore\src\Components\Shared\src\ResourceCollectionProvider.cs (1)
69catch (JSDisconnectedException)
Microsoft.JSInterop (2)
Implementation\JSObjectReference.cs (1)
111catch (JSDisconnectedException)
JSDisconnectedException.cs (1)
12/// Constructs an instance of <see cref="JSDisconnectedException"/>.