Click or drag to resize
Json.NET

ValidationEventArgs Properties

 

The ValidationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyException
Gets the JsonSchemaException associated with the validation error.
Public propertyMessage
Gets the text description corresponding to the validation error.
Public propertyPath
Gets the path of the JSON location where the validation error occurred.
Top
See Also