Class JsonSchemaException
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
[Obsolete("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")]
public class JsonSchemaException : JsonException, ISerializable
- Inheritance
-
JsonSchemaException
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonSchemaException()
public JsonSchemaException()
JsonSchemaException(SerializationInfo, StreamingContext)
public JsonSchemaException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
JsonSchemaException(string)
public JsonSchemaException(string message)
Parameters
message
string
JsonSchemaException(string, Exception)
public JsonSchemaException(string message, Exception innerException)
Parameters
Properties
LineNumber
public int LineNumber { get; }
Property Value
LinePosition
public int LinePosition { get; }
Property Value
Path
public string Path { get; }