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