3 writes to source
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbError.cs (3)
59
hr = errorInfo.GetSource(out this.
source
);
74
hr = errorInfo.GetSource(out this.
source
);
79
this.
source
= ODB.FailedGetSource(hr);
4 references to source
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbError.cs (4)
60
Bid.Trace("<oledb.IErrorInfo.GetSource|API|OS|RET> Source='%ls'\n", this.
source
);
75
Bid.Trace("<oledb.IErrorInfo.GetSource|API|OS|RET> Source='%ls'\n", this.
source
);
78
if ((hr < 0) && ADP.IsEmpty(this.
source
)) {
116
string source = this.
source
;