Class RealmSchemaValidationException
Exception thrown when the schema specified in your C# models doesn't pass validation for the type of Realm you're trying to open. The message contains information about the validation errors and how to correct them.
Implements
Namespace: Realms.Exceptions
Assembly: Realm.dll
Syntax
public class RealmSchemaValidationException : RealmException, ISerializable