Realm Xamarin  v0.80.0
Realm for Xamarin
List of all members
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 RealmMigrationNeededException:
Inheritance graph
[legend]
Collaboration diagram for 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.