Search Results for

    Show / Hide Table of Contents

    Class ErrorEventArgs

    Provides error information for the Error event.

    Inheritance
    object
    EventArgs
    ErrorEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public class ErrorEventArgs : EventArgs

    Properties

    | Edit this page View Source

    Exception

    Gets the Exception that represents the error that occurred.

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

    The exception that has occurred.

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