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