| JsonValidatorContextRaiseError Method (String) |
Raises a validation error.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public void RaiseError(
string message
)
Parameters
- message
- Type: SystemString
A message describing the error that occurred.
See Also