public ConfigurationSettingsPropertyBadValueException(string name, string value, Exception innerException) : base(DataStrings.ConfigurationSettingsPropertyBadValue(name, value), innerException)
 {
     this.name  = name;
     this.value = value;
 }