11 references to IErrorInfo
System.Data (11)
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (2)
474[Out, MarshalAs(UnmanagedType.Interface)] out IErrorInfo ppIErrorInfo); 990[return:MarshalAs(UnmanagedType.Interface)] IErrorInfo GetErrorInfo(
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
102UnsafeNativeMethods.IErrorInfo errorInfo = null;
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (1)
283static internal OleDbHResult GetErrorDescription(UnsafeNativeMethods.IErrorInfo errorInfo, OleDbHResult hresult, out string message) {
fx\src\data\System\Data\OleDb\OleDbConnection.cs (2)
496internal void OnInfoMessage(UnsafeNativeMethods.IErrorInfo errorInfo, OleDbHResult errorCode) { 586UnsafeNativeMethods.IErrorInfo errorInfo = null;
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
289UnsafeNativeMethods.IErrorInfo errorInfo = null; 444UnsafeNativeMethods.IErrorInfo errorInfo = null;
fx\src\data\System\Data\OleDb\OleDbError.cs (1)
29UnsafeNativeMethods.IErrorInfo errorInfo = errorRecords.GetErrorInfo(index, lcid);
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (1)
20internal OleDbErrorCollection(UnsafeNativeMethods.IErrorInfo errorInfo) {
fx\src\data\System\Data\OleDb\OleDbException.cs (1)
80static internal OleDbException CreateException(UnsafeNativeMethods.IErrorInfo errorInfo, OleDbHResult errorCode, Exception inner) { // MDAC 84364