Skip to content

JSONFormatter.FormatterException

robbyxp1 edited this page Feb 13, 2024 · 7 revisions

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; }
Property Value

System.String