4 references to InvalidDestinationBufferIndex
System.Data.Common (4)
System\Data\Common\DataRecordInternal.cs (2)
154
throw ADP.
InvalidDestinationBufferIndex
(length, bufferIndex, nameof(bufferIndex));
230
throw ADP.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, nameof(bufferIndex));
System\Data\DataTableReader.cs (2)
375
throw ADP.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, nameof(bufferIndex));
438
throw ADP.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, nameof(bufferIndex));