DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="5.17.0" />

 SuspendedExceptionTaskAwaitable<TArg>

public struct SuspendedExceptionTaskAwaitable<TArg>
Represents awaitable object that can suspend exception raised by the underlying task.

Represents the awaiter that suspends exception.

public SuspendedExceptionTaskAwaitable<TArg> ConfigureAwait(bool continueOnCapturedContext)

Configures an awaiter for this value.

public Awaiter<TArg> GetAwaiter()

Gets the awaiter for this object.