Search Results for

    Show / Hide Table of Contents

    Class ExistingDatabaseVersionIsNotCompatibleException

    Inheritance
    object
    Exception
    ZoneTreeException
    ExistingDatabaseVersionIsNotCompatibleException
    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 ExistingDatabaseVersionIsNotCompatibleException : ZoneTreeException, ISerializable

    Constructors

    | Improve this Doc View Source

    ExistingDatabaseVersionIsNotCompatibleException(Version, Version)

    Declaration
    public ExistingDatabaseVersionIsNotCompatibleException(Version dbVersion, Version currentVersion)
    Parameters
    Type Name Description
    Version dbVersion
    Version currentVersion

    Properties

    | Improve this Doc View Source

    CurrentVersion

    Declaration
    public Version CurrentVersion { get; }
    Property Value
    Type Description
    Version
    | Improve this Doc View Source

    DbVersion

    Declaration
    public Version DbVersion { get; }
    Property Value
    Type Description
    Version

    Implements

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