Search Results for

    Show / Hide Table of Contents

    Class AppException

    An exception thrown from operations interacting with a Atlas App Services app.

    Inheritance
    Object
    Exception
    AppException
    Implements
    ISerializable
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.dll
    Syntax
    public class AppException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    StatusCode

    Gets the HTTP status code returned by the remote operation.

    Declaration
    public HttpStatusCode? StatusCode { get; }
    Property Value
    Type Description
    Nullable<HttpStatusCode>

    The HTTP status code of the operation that failed or null if the error was not an http one.

    Implements

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