1 instantiation of JSError
Microsoft.JSInterop.Tests (1)
JSRuntimeTest.cs (1)
481ResultError = invocationResult.Success ? null : new JSError(invocationInfo, invocationResult.Exception),
3 references to JSError
Microsoft.JSInterop.Tests (3)
JSRuntimeTest.cs (3)
314var error = Assert.IsType<JSError>(call.ResultError); 471public JSError? ResultError { get; set; }