12 references to InvalidDestinationBufferIndex
System.Data (12)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
2809throw ADP.InvalidDestinationBufferIndex( bufferLength, bufferOffset, "bufferOffset" ); 2823throw ADP.InvalidDestinationBufferIndex( bufferLength, bufferOffset, "bufferOffset" );
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
151throw ADP.InvalidDestinationBufferIndex(length, bufferIndex, "bufferIndex"); 223throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex");
fx\src\data\System\Data\DataTableReader.cs (2)
343throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex"); 393throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex");
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
802throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex"); 832throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex");
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (4)
1617throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex"); 1718throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex"); 1979throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex"); 2067throw ADP.InvalidDestinationBufferIndex(buffer.Length, bufferIndex, "bufferIndex");