6 references to InvalidDestinationBufferIndex
System.Data.Entity (6)
System\Data\Common\DataRecord.cs (2)
173
throw EntityUtil.
InvalidDestinationBufferIndex
(length, bufferOffset, "bufferOffset");
247
throw EntityUtil.
InvalidDestinationBufferIndex
(buffer.Length, bufferOffset, "bufferOffset");
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (2)
126
throw EntityUtil.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, "bufferIndex");
181
throw EntityUtil.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, "bufferIndex");
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (2)
110
throw EntityUtil.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, "bufferIndex");
149
throw EntityUtil.
InvalidDestinationBufferIndex
(buffer.Length, bufferIndex, "bufferIndex");