3 writes to source
System.Data.OleDb (3)
OleDbError.cs (3)
49
hr = errorInfo.GetSource(out this.
source
);
60
hr = errorInfo.GetSource(out this.
source
);
65
this.
source
= ODB.FailedGetSource(hr);
2 references to source
System.Data.OleDb (2)
OleDbError.cs (2)
63
if ((hr < 0) && ADP.IsEmpty(this.
source
))
111
return this.
source
?? string.Empty;