Class WriteAheadLog.UnsupportedCheckpointVersionException
Indicates that the checkpoint file has unsupported version.
Inheritance
WriteAheadLog.UnsupportedCheckpointVersionException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft.StateMachine
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class WriteAheadLog.UnsupportedCheckpointVersionException : WriteAheadLog.IntegrityException, ISerializable
Properties
View SourceVersion
Gets the actual version that is not supported.
Declaration
[CLSCompliant(false)]
public uint Version { get; }
Property Value
| Type | Description |
|---|---|
| uint |