Show / Hide Table of Contents

Class CommandInterpreter.UnknownCommandException

Indicates that the command cannot be decoded correctly.

Inheritance
object
Exception
SystemException
IOException
IntegrityException
CommandInterpreter.UnknownCommandException
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
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Cluster.Consensus.Raft.Commands
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class CommandInterpreter.UnknownCommandException : IntegrityException, ISerializable

Properties

View Source

CommandId

Gets ID of the unrecognized command.

Declaration
public int CommandId { get; }
Property Value
Type Description
int

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
☀
☾