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