3 instantiations of JSException
Microsoft.JSInterop (2)
JSRuntime.cs (2)
305pendingCall.Fail(new JSException(exceptionText)); 313pendingCall.Fail(new JSException(message, exception));
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
54throw new JSException(ex.Message, ex);
3 references to JSException
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
1145catch (Exception ex) when (ex is JSException or JSDisconnectedException or OperationCanceledException)
Microsoft.JSInterop (2)
JSException.cs (2)
12/// Constructs an instance of <see cref="JSException"/>. 20/// Constructs an instance of <see cref="JSException"/>.