Implemented interface member:
method
GetBaseException
System.Runtime.InteropServices._Exception.GetBaseException()
1 override of GetBaseException
mscorlib (1)
system\AggregateException.cs (1)
308
public override Exception
GetBaseException
()
18 references to GetBaseException
ComSvcConfig (7)
ComplusTypeValidator.cs (7)
46
if (e.
GetBaseException
() is System.IO.FileNotFoundException)
103
if (e.
GetBaseException
() is System.IO.FileNotFoundException)
104
throw CreateDescriptiveException((System.IO.FileNotFoundException)e.
GetBaseException
());
179
if (e.
GetBaseException
() is System.IO.FileNotFoundException)
180
throw CreateDescriptiveException((System.IO.FileNotFoundException)e.
GetBaseException
());
229
if (e.
GetBaseException
() is System.IO.FileNotFoundException)
230
throw CreateDescriptiveException((System.IO.FileNotFoundException)e.
GetBaseException
());
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3086
SecurityException se = we.
GetBaseException
() as SecurityException;
System.Data.Linq (1)
DbConvert.cs (1)
173
throw t.
GetBaseException
();
System.ServiceModel (8)
System\ServiceModel\ComIntegration\DispatchProxy.cs (2)
282
e = e.
GetBaseException
();
340
e = e.
GetBaseException
();
System\ServiceModel\ComIntegration\ProxyManager.cs (2)
113
e = e.
GetBaseException
();
183
e = e.
GetBaseException
();
System\ServiceModel\ComIntegration\TearOffProxy.cs (4)
45
return new ReturnMessage(DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(e.
GetBaseException
().Message, Marshal.GetHRForException(e.
GetBaseException
()))), msg);
61
return new ReturnMessage(DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(returnMsg.Exception.
GetBaseException
().Message, Marshal.GetHRForException(returnMsg.Exception.
GetBaseException
()))), msg);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7495
current.exception = t.
GetBaseException
();