Exception Property
From Json.NET
Json.NET - Quick Starts & API Documentation
Exception Property
Namespaces ► Newtonsoft.Json.Schema ► ValidationEventArgs ► Exception
Gets the JsonSchemaException associated with the validation event.
| C# | Visual Basic | Visual C++ |
public JsonSchemaException Exception { get; }
Public ReadOnly Property Exception As JsonSchemaException Get
public: property JsonSchemaException^ Exception { JsonSchemaException^ get (); }
The JsonSchemaException associated with the validation event.