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.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace:Realms.Sync.Exceptions
    Assembly:Realm.Sync.dll
    Syntax
    public class SessionException : Exception, ISerializable, _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