Home
last modified time | relevance | path

Searched refs:ConfigurationException (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DConfigurationException.cs10 public class ConfigurationException : System.Exception class
12 public ConfigurationException(String message) : base(message) in ConfigurationException() method in Antmicro.Renode.Exceptions.ConfigurationException
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConfigurationManager.cs62 …throw new ConfigurationException(String.Format("Could not apply value '{0}' for type {1}. Verify y… in Get()
69 throw new ConfigurationException("Unsupported type: " + typeof(T)); in Get()
75 …throw new ConfigurationException(String.Format("Field {0}->{1} is not of type {2}.", group, name, … in Get()
80 …throw new ConfigurationException(String.Format("Value '{0}' is not valid for entry in section {1}-… in Get()