1 implementation of GetErrorInfo
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
219global::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\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
272__invokeRetVal = @this.GetErrorInfo(ulRecordNum, lcid);
OleDbError.cs (3)
24UnsafeNativeMethods.IErrorInfo? errorInfo = errorRecords.GetErrorInfo(index, lcid); 36errorInfo = errorRecords.GetErrorInfo(index, lcid); 56errorInfo = errorRecords.GetErrorInfo(index, lcid);