JsonSchemaException
Returns detailed information about the schema exception.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Gets the line number indicating where the error occurred.
Gets the line position indicating where the error occurred.
Gets the path to the JSON where the error occurred.
public JsonSchemaException()
Initializes a new instance of the JsonSchemaException class.
Initializes a new instance of the JsonSchemaException class
with a specified error message.
Initializes a new instance of the JsonSchemaException class
with a specified error message and a reference to the inner exception that is the cause of this exception.
Initializes a new instance of the JsonSchemaException class.