csharp
public sealed class MetaVersionExceptionA file written by a newer editor than the one trying to read it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public int FileVersionWhat the file says.
public int CurrentVersionWhat this build understands.
Methods (1)
public MetaVersionException(int fileVersion, int currentVersion)A file written by a newer editor than the one trying to read it.
Used by (2)
- MetaMigrationChainVixen.Core.Yaml
- MetaTestsVixen.Core.Yaml.Tests