Show / Hide Table of Contents

    Class ErrorEventArgs

    Provides error information for the Error event.

    Inheritance
    Object
    EventArgs
    ErrorEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace:Realms
    Assembly:Realm.dll
    Syntax
    public class ErrorEventArgs : EventArgs

    Properties

    | Improve this Doc 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.

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