Class ConsensusProtocolException
Represents violation of network consensus protocol.
Inheritance
ConsensusProtocolException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus
Assembly: DotNext.Net.Cluster.dll
Syntax
[Serializable]
public abstract class ConsensusProtocolException : ProtocolViolationException, ISerializable
Constructors
| Edit this page View SourceConsensusProtocolException(string)
Initializes a new exception.
Declaration
protected ConsensusProtocolException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Human-readable text describing problem. |