Realm Xamarin  v0.81.0
Realm for Xamarin
List of all members
Realms.RealmMigrationNeededException Class Reference

Exception when you can't open an existing realm file because the format differs from your current class declarations. More...

Inheritance diagram for Realms.RealmMigrationNeededException:
Inheritance graph
[legend]
Collaboration diagram for Realms.RealmMigrationNeededException:
Collaboration graph
[legend]

Detailed Description

Exception when you can't open an existing realm file because the format differs from your current class declarations.

Typically triggered when you open the same Realm name, or use GetInstance() with no name, and don't delete old files. Read more at Migrations.