Class JsonSchemaException
Inheritance
JsonSchemaException
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.Obsolete("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
[System.Serializable]
public class JsonSchemaException : Newtonsoft.Json.JsonException
Constructors
Declaration
public JsonSchemaException ();
Declaration
public JsonSchemaException (string message);
Parameters
Declaration
public JsonSchemaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
Declaration
public JsonSchemaException (string message, Exception innerException);
Parameters
Properties
Declaration
public int LineNumber { get; }
Property Value
Declaration
public int LinePosition { get; }
Property Value
Declaration
public string Path { get; }
Property Value