TrySetException Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| TaskCompletionSource<(Of <(TResult>)>)..::.TrySetException Method |
| TaskCompletionSource<(Of <(TResult>)>) Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| TrySetException(IEnumerable<(Of <(Exception>)>)) |
Attempts to transition the underlying
Task<(Of <(TResult>)>) into the
Faulted
state.
| |
| TrySetException(Exception) |
Attempts to transition the underlying
Task<(Of <(TResult>)>) into the
Faulted
state.
|