Class JsonReaderException
Inheritance
JsonReaderException
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.Serializable]
public class JsonReaderException : Newtonsoft.Json.JsonException
Constructors
Declaration
public JsonReaderException ();
Declaration
public JsonReaderException (string message);
Parameters
Declaration
public JsonReaderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
Declaration
public JsonReaderException (string message, Exception innerException);
Parameters
Declaration
public JsonReaderException (string message, string path, int lineNumber, int linePosition, Exception innerException);
Parameters
Properties
Declaration
public int LineNumber { get; }
Property Value
Declaration
public int LinePosition { get; }
Property Value
Declaration
public string Path { get; }
Property Value