Click or drag to resize
Json.NET

ErrorContext Properties

 

The ErrorContext type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets the error.
Public propertyHandled
Gets or sets a value indicating whether this ErrorContext is handled.
Public propertyMember
Gets the member that caused the error.
Public propertyOriginalObject
Gets the original object that caused the error.
Public propertyPath
Gets the path of the JSON location where the error occurred.
Top
See Also