Show / Hide Table of Contents

Class ConsensusProtocolException

Represents violation of network consensus protocol.

Inheritance
object
Exception
SystemException
InvalidOperationException
ProtocolViolationException
ConsensusProtocolException
RaftProtocolException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Cluster.Consensus
Assembly: DotNext.Net.Cluster.dll
Syntax
public abstract class ConsensusProtocolException : ProtocolViolationException, ISerializable

Constructors

View Source

ConsensusProtocolException(string)

Initializes a new exception.

Declaration
protected ConsensusProtocolException(string message)
Parameters
Type Name Description
string message

Human-readable text describing problem.

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾