Json.NET - Quick Starts & API Documentation
Exception Property
Namespaces ► Newtonsoft.Json.Schema ► ValidationEventArgs ► Exception
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.