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

JsonWriterException() public method

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

Same methods

JsonWriterException::JsonWriterException ( SerializationInfo info, StreamingContext context ) : System
JsonWriterException::JsonWriterException ( string message ) : System
JsonWriterException::JsonWriterException ( string message, Exception innerException ) : System
JsonWriterException::JsonWriterException ( string message, Exception innerException, string path ) : System