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