Show / Hide Table of Contents

    Class RealmPermissionDeniedException

    Exception when you can't open an existing realm file, or create a new one.

    Inheritance
    Object
    Exception
    RealmException
    RealmFileAccessErrorException
    RealmPermissionDeniedException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace:Realms.Exceptions
    Assembly:Realm.dll
    Syntax
    public class RealmPermissionDeniedException : RealmFileAccessErrorException, ISerializable, _Exception
    Remarks

    May be seen in testing if you have crashed a unit test but an external test runner is still going.

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