Show / Hide Table of Contents

    Class RealmInvalidTransactionException

    An exception, thrown when trying to write data to the Realm outside a Transaction or when trying to create a transaction on a Realm that is opened as read-only.

    Inheritance
    Object
    Exception
    RealmException
    RealmInvalidTransactionException
    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 RealmInvalidTransactionException : RealmException
    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX