Click or drag to resize
Json.NET Schema

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
C#
public void RaiseError(
	string message
)

Parameters

message
Type: SystemString
A message describing the error that occurred.
See Also