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