Show / Hide Table of Contents

    Class AuthenticationException

    An exception thrown when an error has occurred during authentication. It usually indicates a logical problem with the request that can be investigated by inspecting the ErrorCode property.

    Inheritance
    Object
    HttpException
    AuthenticationException
    Inherited Members
    HttpException.StatusCode
    HttpException.ReasonPhrase
    HttpException.Payload
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.Sync.dll
    Syntax
    public class AuthenticationException : HttpException

    Properties

    | Improve this Doc View Source

    ErrorCode

    Gets the ErrorCode of the error.

    Declaration
    public ErrorCode ErrorCode { get; }
    Property Value
    Type Description
    ErrorCode

    An enum value indicating the error code.

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