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