Search Results for

    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

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX