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