4 references to IndexOutOfRange
System.Data.OleDb (4)
System\Data\Common\AdapterUtil.cs (3)
459
return
IndexOutOfRange
(SR.GetString(SR.ADP_CollectionIndexInt32, index.ToString(CultureInfo.InvariantCulture), collection.Name, count.ToString(CultureInfo.InvariantCulture)));
463
return
IndexOutOfRange
(SR.GetString(SR.ADP_CollectionIndexString, itemType.Name, propertyName, propertyValue, collection.Name));
686
return
IndexOutOfRange
(SR.GetString(SR.SQL_InvalidDataLength, length.ToString(CultureInfo.InvariantCulture)));
System\Data\Common\FieldNameLookup.cs (1)
48
throw ADP.
IndexOutOfRange
(fieldName);