Show / Hide Table of Contents

    Class ErrorContext

    Inheritance
    Object
    ErrorContext
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class ErrorContext

    Properties

    Error

    Declaration
    public Exception Error { get; }
    Property Value
    Exception

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Boolean

    Member

    Declaration
    public object Member { get; }
    Property Value
    Object

    OriginalObject

    Declaration
    public object OriginalObject { get; }
    Property Value
    Object

    Path

    Declaration
    public string Path { get; }
    Property Value
    String

    Back to top Azure SDK for Net