2 references to JSException
Microsoft.JSInterop (1)
JSRuntime.cs (1)
313
pendingCall.Fail(new
JSException
(message, exception));
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
54
throw new
JSException
(ex.Message, ex);