3 references to GetErrorDescription
System.Data (3)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
107ODB.GetErrorDescription(errorInfo, lastErrorHr, out message);
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
294OleDbHResult hresult = ODB.GetErrorDescription(errorInfo, hr, out message); 448OleDbHResult hresult = ODB.GetErrorDescription(errorInfo, hr, out message);