AwaitExtensions.AggregateExceptionAwaitable Struct

Definition

The result of ConfigureAwaitForAggregateException(Task, Boolean) to prepare a Task to be awaited while throwing with all inner exceptions.

public: value class AwaitExtensions::AggregateExceptionAwaitable
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AwaitExtensions.AggregateExceptionAwaitable
[<System.Runtime.CompilerServices.IsReadOnly>]
type AwaitExtensions.AggregateExceptionAwaitable = struct
Public Structure AwaitExtensions.AggregateExceptionAwaitable
Inheritance
AwaitExtensions.AggregateExceptionAwaitable
Attributes

Constructors

AwaitExtensions.AggregateExceptionAwaitable(Task, Boolean)

Initializes a new instance of the AwaitExtensions.AggregateExceptionAwaitable struct.

Methods

GetAwaiter()

Gets an awaitable that schedules continuations on the specified scheduler.

Applies to