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