TaskTGetResult Method |
Namespace: DigitalRune.Threading
Exception | Condition |
---|---|
TaskException | The task or a child task has thrown an exception. |
InvalidOperationException | The result of the TaskT has already been retrieved. The method GetResult can only be called once. |