Show / Hide Table of Contents

    Class JsonException

    Inheritance
    Exception
    JsonException
    JsonReaderException
    JsonSerializationException
    JsonWriterException
    JsonSchemaException
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.Serializable]
    public class JsonException : Exception

    Constructors

    JsonException()

    Declaration
    public JsonException ();

    JsonException(String)

    Declaration
    public JsonException (string message);
    Parameters
    String message

    JsonException(SerializationInfo, StreamingContext)

    Declaration
    public JsonException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    JsonException(String, Exception)

    Declaration
    public JsonException (string message, Exception innerException);
    Parameters
    String message

    Exception innerException

    Back to top Azure SDK for Net