Table of Contents

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 SerializationInfo
context StreamingContext

JsonSchemaException(string)

public JsonSchemaException(string message)

Parameters

message string

JsonSchemaException(string, Exception)

public JsonSchemaException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

LineNumber

public int LineNumber { get; }

Property Value

int

LinePosition

public int LinePosition { get; }

Property Value

int

Path

public string Path { get; }

Property Value

string