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
| Improve this Doc View SourceConsensusProtocolException(SerializationInfo, StreamingContext)
Deserialization constructor.
Declaration
protected ConsensusProtocolException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The serialized information about object. |
| StreamingContext | context | The deserialization context. |
ConsensusProtocolException(String)
Initializes a new exception.
Declaration
protected ConsensusProtocolException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Human-readable text describing problem. |