3 writes to message
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbError.cs (3)
33
hr = errorInfo.GetDescription(out this.
message
);
49
hr = errorInfo.GetDescription(out this.
message
);
54
this.
message
= ODB.FailedGetDescription(hr);
4 references to message
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbError.cs (4)
34
Bid.Trace("<oledb.IErrorInfo.GetDescription|API|OS|RET> Message='%ls'\n", this.
message
);
50
Bid.Trace("<oledb.IErrorInfo.GetDescription|API|OS|RET> Message='%ls'\n", this.
message
);
53
if ((hr < 0) && ADP.IsEmpty(this.
message
)) {
103
string message = this.
message
;