Search Results for

    Show / Hide Table of Contents

    Class ZoneTreeException

    Inheritance
    object
    Exception
    ZoneTreeException
    BTreeIsReadOnlyException
    CannotSetSerializersAfterTransactionLogInitializedException
    CannotSetSerializersAfterWriteAheadLogProviderInitializedException
    CompressionLevelIsOutOfRangeException
    DatabaseAlreadyExistsException
    DatabaseNotFoundException
    DataIsTooBigToLoadAtOnceException
    ExistingDatabaseVersionIsNotCompatibleException
    InvalidMergeRangeException
    MissingOptionException
    TransactionAbortedException
    TransactionAlreadyCommittedException
    TransactionIsNotReadyToCommitException
    TreeComparerMismatchException
    TreeKeySerializerTypeMismatchException
    TreeKeyTypeMismatchException
    TreeValueSerializerTypeMismatchException
    TreeValueTypeMismatchException
    IncompleteTailRecordFoundException
    WALException
    WriteAheadLogCorruptionException
    WriteAheadLogFullLogCorruptionException
    ZoneTreeIsReadOnlyException
    ZoneTreeIteratorPositionException
    ZoneTreeMetaCorruptionException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Tenray.ZoneTree.Exceptions
    Assembly: ZoneTree.dll
    Syntax
    public class ZoneTreeException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    ZoneTreeException(string, Exception)

    Declaration
    public ZoneTreeException(string message = null, Exception innerException = null)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

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