1 implementation of GetDescription
System.Data.OleDb (1)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
139global::System.Data.OleDb.OleDbHResult global::System.Data.Common.UnsafeNativeMethods.IErrorInfo.GetDescription(out string pBstrDescription)
5 references to GetDescription
System.Data.OleDb (5)
_generated\1\System.Data.Common.UnsafeNativeMethods.IErrorInfo.cs (1)
184__retVal = @this.GetDescription(out pBstrDescription);
OleDb_Util.cs (1)
339OleDbHResult hr = errorInfo.GetDescription(out message!);
OleDbError.cs (2)
23hr = errorInfo.GetDescription(out this.message); 33hr = errorInfo.GetDescription(out this.message);
OleDbException.cs (1)
71errorInfo.GetDescription(out string? message);