Table of Contents

Property ThrowOnJsonErrors

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ThrowOnJsonErrors

Gets or sets whether the ConfigurationManager should throw an exception if it encounters an error on deserialization. If false (the default), the error is logged and printed to the console when Shutdown() is called.

public static bool? ThrowOnJsonErrors { get; set; }

Property Value

bool?