Class ExistingDatabaseVersionIsNotCompatibleException
Inheritance
ExistingDatabaseVersionIsNotCompatibleException
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
Properties
|
Improve this Doc
View Source
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
|
Improve this Doc
View Source
DbVersion
Declaration
public Version DbVersion { get; }
Property Value
Implements