1 implementation of Fail
Microsoft.JSInterop (1)
Infrastructure\PendingAsyncCall.cs (1)
27public void Fail(Exception exception) => _completion.TrySetException(exception);
2 references to Fail
Microsoft.JSInterop (2)
JSRuntime.cs (2)
305pendingCall.Fail(new JSException(exceptionText)); 313pendingCall.Fail(new JSException(message, exception));