Show / Hide Table of Contents

Class QueuedSynchronizer<TContext>.ExceptionFactory

Represents the exception factory.

Inheritance
object
QueuedSynchronizer<TContext>.ExceptionFactory
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
protected abstract class QueuedSynchronizer<TContext>.ExceptionFactory

Methods

View Source

Of<TException>()

Gets a factory for the specified exception type.

Declaration
public static QueuedSynchronizer<TContext>.ExceptionFactory Of<TException>() where TException : Exception, new()
Returns
Type Description
QueuedSynchronizer<TContext>.ExceptionFactory

The exception factory.

Type Parameters
Name Description
TException

The type of the provided exception.

Extension Methods

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