You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no Exception property of ValueTask<T>. It would help to explain in the remarks whether an exception can be caught in the calling code, or is it necessary to test IsFaulted, and if so, how can I discover what the fault is.