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
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace:Realms.Exceptions
    Assembly:Realm.dll
    Syntax
    public class RealmFileAccessErrorException : RealmException
    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX