Exception Property

Json.NET

Json.NET - Quick Starts & API Documentation Exception Property
NamespacesNewtonsoft.Json.SchemaValidationEventArgsException
Gets the JsonSchemaException associated with the validation error.
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 error.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)