Search Results for

    Show / Hide Table of Contents

    Class IncompleteTailRecordFoundException

    Inheritance
    object
    Exception
    ZoneTreeException
    IncompleteTailRecordFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Tenray.ZoneTree.Exceptions.WAL
    Assembly: ZoneTree.dll
    Syntax
    public sealed class IncompleteTailRecordFoundException : ZoneTreeException, ISerializable

    Constructors

    | Improve this Doc View Source

    IncompleteTailRecordFoundException(Exception)

    Declaration
    public IncompleteTailRecordFoundException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    Properties

    | Improve this Doc View Source

    FileLength

    Declaration
    public long FileLength { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    RecordIndex

    Declaration
    public int RecordIndex { get; set; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    RecordPosition

    Declaration
    public long RecordPosition { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    TruncationAmount

    Declaration
    public long TruncationAmount { get; }
    Property Value
    Type Description
    long

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io