2 instantiations of JSException
Microsoft.JSInterop (2)
JSRuntime.cs (2)
298TaskGenericsUtil.SetTaskCompletionSourceException(tcs, new JSException(exceptionText)); 306TaskGenericsUtil.SetTaskCompletionSourceException(tcs, new JSException(message, exception));
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"/>.