3 writes to oledbErrors
System.Data.OleDb (3)
OleDbException.cs (3)
21this.oledbErrors = new OleDbErrorCollection(null); 27this.oledbErrors = previous.oledbErrors; 35this.oledbErrors = errors;
3 references to oledbErrors
System.Data.OleDb (3)
OleDbException.cs (3)
27this.oledbErrors = previous.oledbErrors; 46si.AddValue("oledbErrors", oledbErrors, typeof(OleDbErrorCollection)); 64return this.oledbErrors ?? new OleDbErrorCollection(null);