Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Newtonsoft.​Json.​Serialization.​ErrorContext

Assembly: Newtonsoft.Json

Inheritance: object → ErrorContext

Provides information surrounding an error.

Properties

Error
Gets the error.
public object
OriginalObject
Gets the original object that caused the error.
public object
Member
Gets the member that caused the error.
public string
Path
Gets the path of the JSON location where the error occurred.
public bool
Handled
Gets or sets a value indicating whether this <see cref="T:Newtonsoft.Json.Serialization.ErrorContext" /> is handled.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object