Show / Hide Table of Contents

Class Scheduler.DelayedTaskCanceledException

Represents an exception indicating that the delayed task is canceled safely without entering the scheduled callback.

Inheritance
object
Exception
SystemException
OperationCanceledException
Scheduler.DelayedTaskCanceledException
Implements
ISerializable
Inherited Members
OperationCanceledException.CancellationToken
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
public sealed class Scheduler.DelayedTaskCanceledException : OperationCanceledException, ISerializable

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
MultiplexedCancellationTokenSource.CausedByTimeout(OperationCanceledException, CancellationTokenMultiplexer.Scope)
MultiplexedCancellationTokenSource.CausedByTimeout(OperationCanceledException, CancellationTokenMultiplexer.ScopeWithTimeout)
MultiplexedCancellationTokenSource.CausedBy<TSource>(OperationCanceledException, TSource, CancellationToken)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾