1 instantiation of JSDisconnectedException
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
113throw new JSDisconnectedException(
10 references to JSDisconnectedException
Aspire.Dashboard (3)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
256catch (JSDisconnectedException)
Components\Layout\MainLayout.razor.cs (1)
292catch (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)
174catch (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"/>.