1 implementation of SetException
Microsoft.JSInterop (1)
Infrastructure\TaskGenericsUtil.cs (1)
111
public void
SetException
(object tcs, Exception exception)
1 reference to SetException
Microsoft.JSInterop (1)
Infrastructure\TaskGenericsUtil.cs (1)
24
=> CreateResultSetter(taskCompletionSource).
SetException
(taskCompletionSource, exception);