3 writes to message
System.Data.OleDb (3)
OleDbError.cs (3)
23
hr = errorInfo.GetDescription(out this.
message
);
33
hr = errorInfo.GetDescription(out this.
message
);
38
this.
message
= ODB.FailedGetDescription(hr);
2 references to message
System.Data.OleDb (2)
OleDbError.cs (2)
36
if ((hr < 0) && ADP.IsEmpty(this.
message
))
77
return this.
message
?? string.Empty;