Class JsonReaderException
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
public class JsonReaderException : JsonException, ISerializable
- Inheritance
-
JsonReaderException
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonReaderException()
public JsonReaderException()
JsonReaderException(SerializationInfo, StreamingContext)
public JsonReaderException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
JsonReaderException(string)
public JsonReaderException(string message)
Parameters
message
string
JsonReaderException(string, Exception)
public JsonReaderException(string message, Exception innerException)
Parameters
JsonReaderException(string, string, int, int, Exception?)
public JsonReaderException(string message, string path, int lineNumber, int linePosition, Exception? innerException)
Parameters
Properties
LineNumber
public int LineNumber { get; }
Property Value
LinePosition
public int LinePosition { get; }
Property Value
Path
public string? Path { get; }