Json.NET - Quick Starts & API Documentation
JsonReaderException Constructor (message)
NamespacesNewtonsoft.JsonJsonReaderExceptionJsonReaderException(String)
Initializes a new instance of the JsonReaderException class with a specified error message.
Declaration Syntax
C#Visual BasicVisual C++
public JsonReaderException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
JsonReaderException(
	String^ message
)
Parameters
message (String)
The error message that explains the reason for the exception.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)