Searched refs:ConfigurationException (Results 1 – 2 of 2) sorted by relevance
10 public class ConfigurationException : System.Exception class12 public ConfigurationException(String message) : base(message) in ConfigurationException() method in Antmicro.Renode.Exceptions.ConfigurationException
62 …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()