1 instantiation of OleDbError
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (1)
31OleDbError error = new OleDbError(errorRecords, i);
4 references to OleDbError
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (4)
31OleDbError error = new OleDbError(errorRecords, i); 53public OleDbError this[int index] { 55return (this.items[index] as OleDbError); 67public void CopyTo (OleDbError[] array, int index) {