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