dotnet / dotnet/dotnet-api-docs
ValueTask documentation - Document behavior when ValueTask.IsFaulted is true
Open
area-System.Threading.Tasks
doc-bug
Pri3
question
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
There is no Exception property of ValueTask\. 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.
Contributor guide
Assessment
This issue has not been assessed yet.