5 references to InvalidBuffer
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (4)
156
throw ADP.InternalError(ADP.InternalErrorCode.
InvalidBuffer
, lastErrorFromProvider);
159
throw ADP.InternalError(ADP.InternalErrorCode.
InvalidBuffer
);
194
throw ADP.InternalError(ADP.InternalErrorCode.
InvalidBuffer
, lastErrorFromProvider);
197
throw ADP.InternalError(ADP.InternalErrorCode.
InvalidBuffer
);
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
687
throw ADP.InternalError(ADP.InternalErrorCode.
InvalidBuffer
);