ConfigurationManagerNotEnabledException.cs 279 B

1234567
  1. namespace Terminal.Gui.Configuration;
  2. /// <summary>
  3. /// The exception that is thrown when a <see cref="ConfigurationManager"/> API is called but the configuration manager is not enabled.
  4. /// </summary>
  5. public class ConfigurationManagerNotEnabledException : Exception
  6. { }