4 references to GetErrorInfo
System.Data (4)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
105OleDbHResult errorInfoHr = UnsafeNativeMethods.GetErrorInfo(0, out errorInfo); // 0 - IErrorInfo exists, 1 - no IErrorInfo
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
587OleDbHResult hr = UnsafeNativeMethods.GetErrorInfo(0, out errorInfo); // 0 - IErrorInfo exists, 1 - no IErrorInfo
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
290UnsafeNativeMethods.GetErrorInfo(0, out errorInfo); 445UnsafeNativeMethods.GetErrorInfo(0, out errorInfo);