Vixen
02b45cc4
csharp
public sealed class MetaVersionException

A 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 FileVersion

    What the file says.

  • public int CurrentVersion

    What 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