Class 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
JsonSchemaException()
Declaration
public JsonSchemaException ();
JsonSchemaException(String)
JsonSchemaException(SerializationInfo, StreamingContext)
Declaration
public JsonSchemaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
SerializationInfo
info
|
StreamingContext
context
|
JsonSchemaException(String, Exception)
Declaration
public JsonSchemaException (string message, Exception innerException);
Parameters
String
message
|
Exception
innerException
|