-
Notifications
You must be signed in to change notification settings - Fork 0
JToken.TokenException
robbyxp1 edited this page Feb 13, 2024
·
7 revisions
Exception when the token reader fails
public class JToken.TokenException : System.Exception
Inheritance System.Object 🡒 System.Exception 🡒 TokenException
Constructor
public TokenException(string s);
Error text
public string Error { get; set; }