3 instantiations of JSException
Microsoft.JSInterop (2)
JSRuntime.cs (2)
298
TaskGenericsUtil.SetTaskCompletionSourceException(tcs, new
JSException
(exceptionText));
306
TaskGenericsUtil.SetTaskCompletionSourceException(tcs, new
JSException
(message, exception));
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
54
throw new
JSException
(ex.Message, ex);
2 references to JSException
Microsoft.JSInterop (2)
JSException.cs (2)
12
/// Constructs an instance of <see cref="
JSException
"/>.
20
/// Constructs an instance of <see cref="
JSException
"/>.