TaskAwaiterGetResult Method |
Namespace: Microsoft.Runtime.CompilerServices
Exception | Condition |
---|---|
NullReferenceException | The awaiter was not properly initialized. |
InvalidOperationException | The task was not yet completed. |
TaskCanceledException | The task was canceled. |
Exception | The task completed in a Faulted state. |