Class RealmObjectManagedByAnotherRealmException
Exception thrown when you're trying to use Add(RealmObject, Boolean) but the object is already managed by a different Realm.
Inherited Members
Namespace:Realms.Exceptions
Assembly:Realm.dll
Syntax
public class RealmObjectManagedByAnotherRealmException : RealmException, ISerializable, _Exception