Table of Contents

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 SerializationInfo
context StreamingContext

JsonReaderException(string)

public JsonReaderException(string message)

Parameters

message string

JsonReaderException(string, Exception)

public JsonReaderException(string message, Exception innerException)

Parameters

message string
innerException Exception

JsonReaderException(string, string, int, int, Exception?)

public JsonReaderException(string message, string path, int lineNumber, int linePosition, Exception? innerException)

Parameters

message string
path string
lineNumber int
linePosition int
innerException Exception

Properties

LineNumber

public int LineNumber { get; }

Property Value

int

LinePosition

public int LinePosition { get; }

Property Value

int

Path

public string? Path { get; }

Property Value

string