Show / Hide Table of Contents

Struct SuspendedExceptionTaskAwaitable

Represents the awaitable object that can suspend exception raised by the underlying task.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: DotNext.Runtime.CompilerServices
Assembly: DotNext.dll
Syntax
public readonly struct SuspendedExceptionTaskAwaitable

Methods

View Source

ConfigureAwait(bool)

Configures an awaiter for this value.

Declaration
public SuspendedExceptionTaskAwaitable ConfigureAwait(bool continueOnCapturedContext)
Parameters
Type Name Description
bool continueOnCapturedContext

true to attempt to marshal the continuation back to the captured context; otherwise, false.

Returns
Type Description
SuspendedExceptionTaskAwaitable

The configured object.

View Source

GetAwaiter()

Gets the awaiter for this object.

Declaration
public SuspendedExceptionTaskAwaitable.Awaiter GetAwaiter()
Returns
Type Description
SuspendedExceptionTaskAwaitable.Awaiter

The awaiter for this object.

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾