9 references to IOException
Microsoft.Build.Framework (1)
BackEnd\InterningBinaryReader.cs (1)
89
throw new
IOException
();
Microsoft.ML.Core (2)
Utilities\Contracts.cs (2)
394
=> Process(new
IOException
());
396
=> Process(new
IOException
(), ctx);
Microsoft.ML.CpuMath (2)
src\Microsoft.ML.Core\Utilities\Contracts.cs (2)
394
=> Process(new
IOException
());
396
=> Process(new
IOException
(), ctx);
System.Net.NameResolution (2)
System\Net\DnsResolverPal.Managed.cs (2)
804
throw new
IOException
();
818
throw new
IOException
();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
805
return new System.IO.
IOException
();
System.ServiceModel.NetNamedPipe (1)
System\IO\PipeException.cs (1)
12
:
base
()