Show / Hide Table of Contents

    Class ValidationEventArgs

    Inheritance
    EventArgs
    ValidationEventArgs
    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.")]
    public class ValidationEventArgs : EventArgs

    Properties

    Exception

    Declaration
    public Newtonsoft.Json.Schema.JsonSchemaException Exception { get; }
    Property Value
    JsonSchemaException

    Message

    Declaration
    public string Message { get; }
    Property Value
    String

    Path

    Declaration
    public string Path { get; }
    Property Value
    String

    Back to top Azure SDK for Net