-
Notifications
You must be signed in to change notification settings - Fork 0
JTokenExtensions.ToObjectError
robbyxp1 edited this page Feb 13, 2024
·
7 revisions
Class to hold an conversion error
public class JTokenExtensions.ToObjectError
Inheritance System.Object 🡒 ToObjectError
Constructor
public ToObjectError(string s);
Error string
public string ErrorString;
Property name causing the error, if applicable. Null otherwise
public string PropertyName;