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