Class SessionException
An exception type that describes a session-level error condition.
Implements
Namespace: Realms.Sync.Exceptions
Assembly: Realm.dll
Syntax
public class SessionException : Exception, ISerializable
Properties
| Edit this page View SourceErrorCode
Gets the error code that describes the session error this exception represents.
Declaration
public ErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
ErrorCode | An enum value, providing more detailed information for the cause of the error. |