3 writes to message
System.Data.OleDb (3)
OleDbError.cs (3)
29
hr = errorInfo.GetDescription(out this.
message
);
40
hr = errorInfo.GetDescription(out this.
message
);
45
this.
message
= ODB.FailedGetDescription(hr);
2 references to message
System.Data.OleDb (2)
OleDbError.cs (2)
43
if ((hr < 0) && ADP.IsEmpty(this.
message
))
95
return this.
message
?? string.Empty;