3 writes to source
System.Data.OleDb (3)
OleDbError.cs (3)
42hr = errorInfo.GetSource(out this.source); 52hr = errorInfo.GetSource(out this.source); 57this.source = ODB.FailedGetSource(hr);
2 references to source
System.Data.OleDb (2)
OleDbError.cs (2)
55if ((hr < 0) && ADP.IsEmpty(this.source)) 93return this.source ?? string.Empty;