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