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