Skip to content

JToken.JsonException

robbyxp1 edited this page Feb 13, 2024 · 7 revisions

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; }
Property Value

System.String

Clone this wiki locally