Show / Hide Table of Contents

    Class ErrorEventArgs

    Inheritance
    EventArgs
    ErrorEventArgs
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class ErrorEventArgs : EventArgs

    Constructors

    ErrorEventArgs(Object, ErrorContext)

    Declaration
    public ErrorEventArgs (object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext);
    Parameters
    Object currentObject

    ErrorContext errorContext

    Properties

    CurrentObject

    Declaration
    public object CurrentObject { get; }
    Property Value
    Object

    ErrorContext

    Declaration
    public Newtonsoft.Json.Serialization.ErrorContext ErrorContext { get; }
    Property Value
    ErrorContext

    Back to top Azure SDK for Net