1 instantiation of JSDisconnectedException
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
128throw new JSDisconnectedException(
11 references to JSDisconnectedException
Aspire.Dashboard (4)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
271catch (JSDisconnectedException)
Components\Layout\MainLayout.razor.cs (1)
297catch (JSDisconnectedException)
Components\Resize\BrowserDimensionWatcher.cs (1)
38catch (JSDisconnectedException)
Utils\JSInteropHelpers.cs (1)
18catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
452catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
211catch (JSDisconnectedException)
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\CircuitHostTest.cs (2)
149var componentException = Assert.IsType<JSDisconnectedException>(component.ExceptionDuringDisposeAsync);
Microsoft.AspNetCore.Components.Web (2)
Routing\NavigationLock.cs (1)
114catch (JSDisconnectedException)
Virtualization\VirtualizeJsInterop.cs (1)
53catch (JSDisconnectedException)
Microsoft.JSInterop (1)
JSDisconnectedException.cs (1)
12/// Constructs an instance of <see cref="JSDisconnectedException"/>.