Class RealmFileAccessErrorException
Base for catching exceptions with Realm files, typically problems from which an app would recover.
Inheritance
RealmFileAccessErrorException
Inherited Members
Namespace:Realms.Exceptions
Assembly:Realm.dll
Syntax
public class RealmFileAccessErrorException : RealmException, ISerializable, _Exception
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.