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