Show / Hide Table of Contents

Class ConcurrencyLimitReachedException

Indicates that the internal queue of the synchronization primitive is full.

Inheritance
object
Exception
ConcurrencyLimitReachedException
Implements
ISerializable
Inherited Members
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 ConcurrencyLimitReachedException : Exception, ISerializable

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)

See Also

QueuedSynchronizer
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾