Class ErrorContext
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class ErrorContext
Properties
Declaration
public Exception Error { get; }
Property Value
Declaration
public bool Handled { get; set; }
Property Value
Declaration
public object Member { get; }
Property Value
Declaration
public object OriginalObject { get; }
Property Value
Declaration
public string Path { get; }
Property Value