Show / Hide Table of Contents

    Class PermissionException

    An exception thrown when an error has occurred when changing permissions of a Realm.

    Inheritance
    Object
    Exception
    RealmException
    PermissionException
    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.Sync.Exceptions
    Assembly:Realm.Sync.dll
    Syntax
    public class PermissionException : RealmException

    Properties

    | Improve this Doc View Source

    ErrorCode

    Gets the ErrorCode of the error.

    Declaration
    public ErrorCode ErrorCode { get; }
    Property Value
    Type Description
    ErrorCode

    An enum value indicating the error code.

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