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

    | Edit this page View Source

    StatusCode

    Gets the HTTP status code returned by the remote operation.

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

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

    Implements

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