Newtonsoft.Json.JsonReaderException.JsonReaderException C# (CSharp) Method

JsonReaderException() public method

Initializes a new instance of the JsonReaderException class.
public JsonReaderException ( ) : System
return System
        public JsonReaderException()
        {
        }

Same methods

JsonReaderException::JsonReaderException ( SerializationInfo info, StreamingContext context ) : System
JsonReaderException::JsonReaderException ( string message ) : System
JsonReaderException::JsonReaderException ( string message, Exception innerException ) : System
JsonReaderException::JsonReaderException ( string message, Exception innerException, string path, int lineNumber, int linePosition ) : System