6 references to InvalidSourceBufferIndex
System.Data.Common (6)
System\Data\Common\DataRecordInternal.cs (4)
119throw ADP.InvalidSourceBufferIndex(cbytes, dataIndex, nameof(dataIndex)); 160throw ADP.InvalidSourceBufferIndex(length, dataIndex, nameof(dataIndex)); 189throw ADP.InvalidSourceBufferIndex(cchars, dataIndex, nameof(dataIndex)); 236throw ADP.InvalidSourceBufferIndex(cchars, dataIndex, nameof(dataIndex));
System\Data\DataTableReader.cs (2)
371throw ADP.InvalidSourceBufferIndex(tempBuffer.Length, srcIndex, nameof(dataIndex)); 434throw ADP.InvalidSourceBufferIndex(tempBuffer.Length, srcIndex, nameof(dataIndex));