Search Results for

    Show / Hide Table of Contents

    Class WriteAheadLogCorruptionException

    Inheritance
    object
    Exception
    ZoneTreeException
    WriteAheadLogCorruptionException
    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
    Assembly: ZoneTree.dll
    Syntax
    public sealed class WriteAheadLogCorruptionException : ZoneTreeException, ISerializable

    Constructors

    | Improve this Doc View Source

    WriteAheadLogCorruptionException(long, Dictionary<int, Exception>)

    Declaration
    public WriteAheadLogCorruptionException(long segmentId, Dictionary<int, Exception> exceptions)
    Parameters
    Type Name Description
    long segmentId
    Dictionary<int, Exception> exceptions

    Properties

    | Improve this Doc View Source

    Exceptions

    Declaration
    public Dictionary<int, Exception> Exceptions { get; }
    Property Value
    Type Description
    Dictionary<int, Exception>

    Implements

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