Class SessionException
An exception type that describes a session-level error condition.
Inherited Members
Namespace: Realms.Sync.Exceptions
Assembly: Realm.Sync.dll
Syntax
public class SessionException : Exception
Properties
| Improve this Doc 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. |