Click or drag to resize
Json.NET Schema

JSchemaReaderException Constructor (String)

 
Initializes a new instance of the JSchemaReaderException class with a specified error message.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public JSchemaReaderException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also