JsonReaderException Constructor (message)

Json.NET

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 Basic Visual 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: 4.5.0.0 (4.5.6.14930)