Aqueduct.Configuration.SettingNotFoundException.SettingNotFoundException C# (CSharp) Method

SettingNotFoundException() public method

Constructs a new SettingNotFoundException.
public SettingNotFoundException ( string key ) : System
key string
return System
        public SettingNotFoundException (string key)
            : base (String.Format ("Setting with key {0} not found in the config", key))
        {
        }

Same methods

SettingNotFoundException::SettingNotFoundException ( string key, Exception innerException ) : System
SettingNotFoundException