Class ValidationEventArgs
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.Obsolete("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
public class ValidationEventArgs : EventArgs
Properties
Exception
Declaration
public Newtonsoft.Json.Schema.JsonSchemaException Exception { get; }
Property Value
JsonSchemaException
|