Table of Contents

Struct AwaitExtensions.AggregateExceptionAwaitable

Namespace
Microsoft.VisualStudio.Threading
Assembly
Microsoft.VisualStudio.Threading.dll

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

public readonly struct AwaitExtensions.AggregateExceptionAwaitable
Inherited Members

Constructors

AggregateExceptionAwaitable(Task, bool)

Initializes a new instance of the AwaitExtensions.AggregateExceptionAwaitable struct.

public AggregateExceptionAwaitable(Task task, bool continueOnCapturedContext)

Parameters

task Task
continueOnCapturedContext bool

Methods

GetAwaiter()

Gets an awaitable that schedules continuations on the specified scheduler.

public AwaitExtensions.AggregateExceptionAwaiter GetAwaiter()

Returns

AwaitExtensions.AggregateExceptionAwaiter