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.​Schema.​ValidationEventArgs

Assembly: Newtonsoft.Json

Inheritance: object → System.​EventArgs → ValidationEventArgs

<para> Returns detailed information related to the <see cref="T:Newtonsoft.Json.Schema.ValidationEventHandler" />. </para> <note type="caution"> JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. </note>

Properties

Exception
Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaException" /> associated with the validation error.
public string
Path
Gets the path of the JSON location where the validation error occurred.
public string
Message
Gets the text description corresponding to the validation error.

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