Class NotLeaderException
Indicates that the operation cannot be performed on a node which is not a leader.
Inheritance
NotLeaderException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class NotLeaderException : LeaderOperationException, ISerializable
Constructors
| Edit this page View SourceNotLeaderException(Exception?)
Indicates that the operation cannot be performed on a node which is not a leader.
Declaration
public NotLeaderException(Exception? innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | innerException | The exception that is the cause of the current exception. |