Table of Contents

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

JsonSchemaException

Message

public string Message { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string