Show / Hide Table of Contents

Class QuorumUnreachableException

Indicates that the operation cannot be performed on a node is unable to recognize the leader in the cluster.

Inheritance
object
Exception
SystemException
InvalidOperationException
LeaderOperationException
QuorumUnreachableException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class QuorumUnreachableException : LeaderOperationException, ISerializable

Constructors

| Edit this page View Source

QuorumUnreachableException(Exception?)

Indicates that the operation cannot be performed on a node is unable to recognize the leader in the cluster.

Declaration
public QuorumUnreachableException(Exception? innerException = null)
Parameters
Type Name Description
Exception innerException

The exception that is the cause of the current exception.

Implements

ISerializable

Extension Methods

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