8 references to IndexOutOfRange
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (1)
671
throw ADP.
IndexOutOfRange
( ordinal );
fx\src\data\Microsoft\SqlServer\Server\SqlTriggerContext.cs (1)
56
throw ADP.
IndexOutOfRange
(columnOrdinal); // if there aren't any columns, that means IndexOutOfRange too...
fx\src\data\System\Data\SqlClient\SqlBulkCopyColumnMapping.cs (2)
62
throw ADP.
IndexOutOfRange
(value);
90
throw ADP.
IndexOutOfRange
(value);
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
6618
throw ADP.
IndexOutOfRange
(sourceOffset);
6625
throw ADP.
IndexOutOfRange
(destOffset);
6648
throw ADP.
IndexOutOfRange
(sourceOffset);
6655
throw ADP.
IndexOutOfRange
(destOffset);