Show / Hide Table of Contents

    Class JsonReaderException

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

    Constructors

    JsonReaderException()

    Declaration
    public JsonReaderException ();

    JsonReaderException(String)

    Declaration
    public JsonReaderException (string message);
    Parameters
    String message

    JsonReaderException(SerializationInfo, StreamingContext)

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

    StreamingContext context

    JsonReaderException(String, Exception)

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

    Exception innerException

    JsonReaderException(String, String, Int32, Int32, Exception)

    Declaration
    public JsonReaderException (string message, string path, int lineNumber, int linePosition, Exception innerException);
    Parameters
    String message

    String path

    Int32 lineNumber

    Int32 linePosition

    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