9 references to IOException
Microsoft.Build.Framework (1)
BackEnd\InterningBinaryReader.cs (1)
89throw 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)
804throw new IOException(); 818throw new IOException();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
805return new System.IO.IOException();
System.ServiceModel.NetNamedPipe (1)
System\IO\PipeException.cs (1)
12: base()