4 writes to oledbErrors
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbException.cs (4)
27this.oledbErrors = new OleDbErrorCollection(null); 32this.oledbErrors = previous.oledbErrors; 39this.oledbErrors = errors; 44oledbErrors = (OleDbErrorCollection) si.GetValue("oledbErrors", typeof(OleDbErrorCollection));
4 references to oledbErrors
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbException.cs (4)
32this.oledbErrors = previous.oledbErrors; 52si.AddValue("oledbErrors", oledbErrors, typeof(OleDbErrorCollection)); 70OleDbErrorCollection errors = this.oledbErrors; 76OleDbErrorCollection errors = this.oledbErrors;