11 references to InvalidSourceBufferIndex
System.Data (11)
fx\src\data\System\Data\Common\DataRecordInternal.cs (4)
120throw ADP.InvalidSourceBufferIndex(cbytes, dataIndex, "dataIndex"); 155throw ADP.InvalidSourceBufferIndex(length, dataIndex, "dataIndex"); 192throw ADP.InvalidSourceBufferIndex(cchars, dataIndex, "dataIndex"); 227throw ADP.InvalidSourceBufferIndex(cchars, dataIndex, "dataIndex");
fx\src\data\System\Data\DataTableReader.cs (2)
340throw ADP.InvalidSourceBufferIndex(tempBuffer.Length, srcIndex, "dataIndex"); 390throw ADP.InvalidSourceBufferIndex(tempBuffer.Length, srcIndex, "dataIndex");
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
775throw ADP.InvalidSourceBufferIndex(0, dataIndex, "dataIndex"); 799throw ADP.InvalidSourceBufferIndex(value.Length, srcIndex, "dataIndex"); 829throw ADP.InvalidSourceBufferIndex(value.Length, srcIndex, "dataIndex");
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
1657throw ADP.InvalidSourceBufferIndex(cbytes, dataIndex, "dataIndex"); 2031throw ADP.InvalidSourceBufferIndex(cchars, dataIndex, "dataIndex");