Class QuorumUnreachableException
Indicates that the operation cannot be performed on a node is unable to recognize the leader in the cluster.
Inheritance
QuorumUnreachableException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class QuorumUnreachableException : LeaderOperationException, ISerializable
Constructors
| Edit this page View SourceQuorumUnreachableException(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. |