JToken.TokenException - robbyxp1/QuickJSON GitHub Wiki

QuickJSON

QuickJSON.JToken


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