Show / Hide Table of Contents

    Class JsonSchemaException

    Inheritance
    Exception
    JsonException
    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)

    Declaration
    public JsonSchemaException (string message);
    Parameters
    String message

    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

    Properties

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Int32

    LinePosition

    Declaration
    public int LinePosition { get; }
    Property Value
    Int32

    Path

    Declaration
    public string Path { get; }
    Property Value
    String

    Back to top Azure SDK for Net