3 references to IErrorRecords
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbError.cs (1)
24internal OleDbError(UnsafeNativeMethods.IErrorRecords errorRecords, int index) {
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (2)
24UnsafeNativeMethods.IErrorRecords errorRecords = (errorInfo as UnsafeNativeMethods.IErrorRecords);