Show / Hide Table of Contents

Class WriteAheadLog.UnsupportedCheckpointVersionException

Indicates that the checkpoint file has unsupported version.

Inheritance
object
Exception
WriteAheadLog.IntegrityException
WriteAheadLog.UnsupportedCheckpointVersionException
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.StateMachine
Assembly: DotNext.Net.Cluster.dll
Syntax
public sealed class WriteAheadLog.UnsupportedCheckpointVersionException : WriteAheadLog.IntegrityException, ISerializable

Properties

View Source

Version

Gets the actual version that is not supported.

Declaration
[CLSCompliant(false)]
public uint Version { get; }
Property Value
Type Description
uint

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