11 references to Validator_min_greater_than_max
System.Configuration.ConfigurationManager (11)
System\Configuration\IntegerValidator.cs (1)
26
throw new ArgumentOutOfRangeException(nameof(minValue), SR.
Validator_min_greater_than_max
);
System\Configuration\IntegerValidatorAttribute.cs (2)
20
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
32
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
System\Configuration\LongValidator.cs (1)
26
throw new ArgumentOutOfRangeException(nameof(minValue), SR.
Validator_min_greater_than_max
);
System\Configuration\LongValidatorAttribute.cs (2)
20
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
31
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
System\Configuration\StringValidatorAttribute.cs (2)
21
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
33
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
System\Configuration\TimeSpanValidator.cs (1)
26
throw new ArgumentOutOfRangeException(nameof(minValue), SR.
Validator_min_greater_than_max
);
System\Configuration\TimeSpanValidatorAttribute.cs (2)
29
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);
43
throw new ArgumentOutOfRangeException(nameof(value), SR.
Validator_min_greater_than_max
);