Show / Hide Table of Contents

    Class JsonWriterException

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

    Constructors

    JsonWriterException()

    Declaration
    public JsonWriterException ();

    JsonWriterException(String)

    Declaration
    public JsonWriterException (string message);
    Parameters
    String message

    JsonWriterException(SerializationInfo, StreamingContext)

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

    StreamingContext context

    JsonWriterException(String, Exception)

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

    Exception innerException

    JsonWriterException(String, String, Exception)

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

    String path

    Exception innerException

    Properties

    Path

    Declaration
    public string Path { get; }
    Property Value
    String

    Back to top Azure SDK for Net