Search Results for

    Show / Hide Table of Contents

    Class SessionException

    An exception type that describes a session-level error condition.

    Inheritance
    Object
    Exception
    SessionException
    ClientResetException
    CompensatingWriteException
    PermissionDeniedException
    Implements
    ISerializable
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.dll
    Syntax
    public class SessionException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    ErrorCode

    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.

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX