JsonSchemaException public class JsonSchemaException : JsonException Documentation Code public int LineNumber { get; } public int LinePosition { get; } public string Path { get; } public JsonSchemaException() public JsonSchemaException(string message) public JsonSchemaException(string message, Exception innerException) public JsonSchemaException(SerializationInfo info, StreamingContext context)