Skip to content

JToken.TokenException

robbyxp1 edited this page Feb 13, 2024 · 7 revisions

JToken.TokenException Class

Exception when the token reader fails

public class JToken.TokenException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 TokenException


Constructors


JToken.TokenException.TokenException(string) Constructor

Constructor

public TokenException(string s);
Parameters

s System.String


Properties


JToken.TokenException.Error Property

Error text

public string Error { get; set; }
Property Value

System.String