Show / Hide Table of Contents

    Class SessionException

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

    Inheritance
    Object
    Exception
    SessionException
    ClientResetException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace:Realms.Sync.Exceptions
    Assembly:Realm.Sync.dll
    Syntax
    public class SessionException : Exception

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX