JToken.JsonException - robbyxp1/QuickJSON GitHub Wiki
QuickJSON
QuickJSON.JToken
JToken.JsonException Class
Exception Class for JSON Parsers. Holds Error string
public class JToken.JsonException : System.Exception
Inheritance System.Object 🡒 System.Exception 🡒 JsonException
Constructors
JToken.JsonException.JsonException(string) Constructor
Constructor with error text
public JsonException(string errortext);
Parameters
errortext System.String
Properties
JToken.JsonException.Error Property
Error reason
public string Error { get; set; }