| JSchemaValidationException Constructor (String) |
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public JSchemaValidationException(
string message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also