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