Exception Property

Json.NET

Json.NET - Quick Starts & API Documentation Exception Property
NamespacesNewtonsoft.Json.SchemaValidationEventArgsException
Gets the JsonSchemaException associated with the validation event.
Declaration Syntax
C# Visual Basic Visual C++
public JsonSchemaException Exception { get; }
Public ReadOnly Property Exception As JsonSchemaException
	Get
public:
property JsonSchemaException^ Exception {
	JsonSchemaException^ get ();
}
Value
The JsonSchemaException associated with the validation event.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)