1 write to lastErrorFromProvider
System.Data (1)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
110lastErrorFromProvider = new COMException(message, (int)lastErrorHr);
4 references to lastErrorFromProvider
System.Data (4)
fx\src\data\System\Data\OleDb\DBPropSet.cs (4)
152if (lastErrorFromProvider != null) 156throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer, lastErrorFromProvider); 191if (lastErrorFromProvider != null) { 194throw ADP.InternalError(ADP.InternalErrorCode.InvalidBuffer, lastErrorFromProvider);