| JSchemaException Constructor (String) |
Initializes a new instance of the
JSchemaException class
with a specified error message.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public JSchemaException(
string message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also