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
    Implements
    ISerializable
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.dll
    Syntax
    public class SessionException : Exception, ISerializable

    Properties

    | Edit this page 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

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX