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