Json.NET - Quick Starts & API Documentation
JsonReaderException Constructor (info, context)
NamespacesNewtonsoft.JsonJsonReaderExceptionJsonReaderException(SerializationInfo, StreamingContext)
Initializes a new instance of the JsonReaderException class.
Declaration Syntax
C#Visual BasicVisual C++
public JsonReaderException(
	SerializationInfo info,
	StreamingContext context
)
Public Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
public:
JsonReaderException(
	SerializationInfo^ info, 
	StreamingContext context
)
Parameters
info (SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (StreamingContext)
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe info parameter is null.
SerializationExceptionThe class name is null or HResult is zero (0).

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)