Class ValidationEventArgs
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
[Obsolete("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")]
public class ValidationEventArgs : EventArgs
- Inheritance
-
ValidationEventArgs
- Inherited Members
- Extension Methods
Properties
Exception
public JsonSchemaException Exception { get; }
Property Value
Message
public string Message { get; }
Property Value
Path
public string Path { get; }