Class CommandInterpreter.UnknownCommandException
Indicates that the command cannot be decoded correctly.
Inheritance
CommandInterpreter.UnknownCommandException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft.Commands
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class CommandInterpreter.UnknownCommandException : IntegrityException, ISerializable
Properties
| Edit this page View SourceCommandId
Gets ID of the unrecognized command.
Declaration
public int CommandId { get; }
Property Value
Type | Description |
---|---|
int |