JSONFormatter.FormatterException - robbyxp1/QuickJSON GitHub Wiki
QuickJSON
QuickJSON.JSONFormatter
JSONFormatter.FormatterException Class
QuickJSONFormatter Error exception
public class JSONFormatter.FormatterException : System.Exception
Inheritance System.Object 🡒 System.Exception 🡒 FormatterException
Constructors
JSONFormatter.FormatterException.FormatterException(string) Constructor
Constructor
public FormatterException(string error);
Parameters
error System.String
Properties
JSONFormatter.FormatterException.Error Property
Error condition
public string Error { get; set; }