Realm Xamarin  v0.77.1
Realm for Xamarin
List of all members
RealmFileAccessErrorException Class Reference

Base for catching exceptions with Realm files, typically problems from which an app would recover. More...

Inheritance diagram for RealmFileAccessErrorException:
Inheritance graph
[legend]
Collaboration diagram for RealmFileAccessErrorException:
Collaboration graph
[legend]

Detailed Description

Base for catching exceptions with Realm files, typically problems from which an app would recover.

remarks> You can catch any of the subclasses independently but any File-level error which could be handled by an application descends from these. /remarks>