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