1 instantiation of JSError
Microsoft.JSInterop.Tests (1)
JSRuntimeTest.cs (1)
474ResultError = 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); 464public JSError? ResultError { get; set; }