1 implementation of GetErrorInfo
System.Data.OleDb (1)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
189
global::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)
24
UnsafeNativeMethods.IErrorInfo? errorInfo = errorRecords.
GetErrorInfo
(index, lcid);
36
errorInfo = errorRecords.
GetErrorInfo
(index, lcid);
56
errorInfo = errorRecords.
GetErrorInfo
(index, lcid);