Class PermissionException
An exception thrown when an error has occurred when changing permissions of a Realm.
Inherited Members
Namespace:Realms.Sync.Exceptions
Assembly:Realm.Sync.dll
Syntax
public class PermissionException : RealmException
Properties
| Improve this Doc View SourceErrorCode
Gets the ErrorCode of the error.
Declaration
public ErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
ErrorCode | An enum value indicating the error code. |