Table of Contents

Class ErrorContext

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public class ErrorContext
Inheritance
ErrorContext
Inherited Members
Extension Methods

Properties

Error

public Exception Error { get; }

Property Value

Exception

Handled

public bool Handled { get; set; }

Property Value

bool

Member

public object? Member { get; }

Property Value

object

OriginalObject

public object? OriginalObject { get; }

Property Value

object

Path

public string Path { get; }

Property Value

string