1 implementation of GetErrorInfo
System.Data.OleDb (1)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
189global::System.Data.Common.UnsafeNativeMethods.IErrorInfo global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetErrorInfo(int ulRecordNum, int lcid)
4 references to GetErrorInfo
System.Data.OleDb (4)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
235__invokeRetVal = @this.GetErrorInfo(ulRecordNum, lcid);
OleDbError.cs (3)
20UnsafeNativeMethods.IErrorInfo errorInfo = errorRecords.GetErrorInfo(index, lcid); 29errorInfo = errorRecords.GetErrorInfo(index, lcid); 48errorInfo = errorRecords.GetErrorInfo(index, lcid);