Class RealmFileAccessErrorException
Base for catching exceptions with Realm files, typically problems from which an app would recover.
Inheritance
RealmFileAccessErrorException
Implements
Namespace: Realms.Exceptions
Assembly: Realm.dll
Syntax
public class RealmFileAccessErrorException : RealmException, ISerializable
Remarks
You can catch any of the subclasses independently but any File-level error which could be handled by an application descends from this type.