Constructors
-
JSchema
Validation Initializes a new instance of the JSchemaValidationException class.Exception() -
JSchema
Validation Initializes a new instance of the JSchemaValidationException class with a specified error message.Exception(String) -
JSchema
Validation Initializes a new instance of the JSchemaValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.Exception(String, Exception) -
JSchema
Validation Initializes a new instance of the JSchemaValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.Exception(String, Exception, Validation Error)
Properties
-
Line
Number Gets the line number indicating where the error occurred. -
Line
Position Gets the line position indicating where the error occurred. - Path Gets the path to the JSON where the error occurred.
-
Validation
Error Gets the JSchemaValidationException's validation error.