-
Notifications
You must be signed in to change notification settings - Fork 0
JToken.JsonException
robbyxp1 edited this page Feb 13, 2024
·
7 revisions
Exception Class for JSON Parsers. Holds Error string
public class JToken.JsonException : System.Exception
Inheritance System.Object 🡒 System.Exception 🡒 JsonException
Constructor with error text
public JsonException(string errortext);
errortext
System.String
Error reason
public string Error { get; set; }