5 references to IndexOutOfRange
System.Data.Odbc (5)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (4)
320return IndexOutOfRange(SR.Format(SR.ADP_CollectionIndexInt32, index.ToString(CultureInfo.InvariantCulture), collection.Name, count.ToString(CultureInfo.InvariantCulture))); 324return IndexOutOfRange(SR.Format(SR.ADP_CollectionIndexString, itemType.Name, propertyName, propertyValue, collection.Name)); 468return IndexOutOfRange(SR.Format(SR.SQL_InvalidBufferSizeOrIndex, numBytes.ToString(CultureInfo.InvariantCulture), bufferIndex.ToString(CultureInfo.InvariantCulture))); 472return IndexOutOfRange(SR.Format(SR.SQL_InvalidDataLength, length.ToString(CultureInfo.InvariantCulture)));
src\libraries\Common\src\System\Data\Common\BasicFieldNameLookup.cs (1)
63throw ADP.IndexOutOfRange(fieldName);