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