7 references to IndexOutOfRange
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElementCollection.cs (7)
661
throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
680
if (index < -1) throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
848
if (index < 0) throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
866
throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
886
if (index < 0) throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
900
if (entry == null) throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));
975
if (entry == null) throw new ConfigurationErrorsException(SR.Format(SR.
IndexOutOfRange
, index));