Class ValidationEventArgs
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
Returns detailed information related to the ValidationEventHandler.
public class ValidationEventArgs : EventArgs
- Inheritance
-
ValidationEventArgs
- Inherited Members
Properties
Exception
Gets the JsonSchemaException associated with the validation event.
public JsonSchemaException Exception { get; }
Property Value
- JsonSchemaException
The JsonSchemaException associated with the validation event.
Message
Gets the text description corresponding to the validation event.
public string Message { get; }
Property Value
- string
The text description.