Property ThrowOnJsonErrors
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?