Show / Hide Table of Contents

    Class RealmFileAccessErrorException

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

    Inheritance
    Object
    Exception
    RealmException
    RealmFileAccessErrorException
    RealmDecryptionFailedException
    RealmFileExistsException
    RealmFileNotFoundException
    RealmInvalidDatabaseException
    RealmMigrationNeededException
    RealmPermissionDeniedException
    Implements
    ISerializable
    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.

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Realm
    Generated by DocFX