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
if tcs is set as Canceled,
then Exception won't be set.
await tcs.Task will throw TaskCanceledException!
As a result, the caller cannot get TimeoutException.