11 references to IOException
mscorlib (6)
microsoft\win32\registrykey.cs (4)
937throw new IOException(Win32Native.GetMessage(ret), ret); 1694throw new IOException(Environment.GetResourceString("Arg_RegKeyNotFound"), errorCode); 1697throw new IOException(Win32Native.GetMessage(errorCode), errorCode); 1711throw new IOException(Win32Native.GetMessage(errorCode), errorCode);
system\io\directory.cs (1)
1273throw new IOException(Environment.GetResourceString("UnauthorizedAccess_IODenied_Path", sourceDirName), Win32Native.MakeHRFromErrorCode(hr));
system\io\longpath.cs (1)
665throw new IOException(Environment.GetResourceString("UnauthorizedAccess_IODenied_Path", sourceDirName), Win32Native.MakeHRFromErrorCode(hr));
System (1)
sys\system\io\ports\InternalResources.cs (1)
130throw new IOException(GetMessage(errorCode), MakeHRFromErrorCode(errorCode));
System.Core (3)
System\IO\__Error.cs (3)
192throw new IOException(UnsafeNativeMethods.GetMessage(errorCode), UnsafeNativeMethods.MakeHRFromErrorCode(errorCode)); 206throw new IOException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.IO_IO_FileExists_Name), str), UnsafeNativeMethods.MakeHRFromErrorCode(errorCode)); 212throw new IOException(UnsafeNativeMethods.GetMessage(errorCode), UnsafeNativeMethods.MakeHRFromErrorCode(errorCode));
System.ServiceModel (1)
System\ServiceModel\Channels\PipeException.cs (1)
23: base(message, errorCode)