Class RaftProtocolException
Represents violation of Raft protocol.
Inheritance
RaftProtocolException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
[Serializable]
public class RaftProtocolException : ConsensusProtocolException, ISerializable
Constructors
| Edit this page View SourceRaftProtocolException(string)
Represents violation of Raft protocol.
Declaration
public RaftProtocolException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Human-readable text describing problem. |