33 references to IOException
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
760throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), NativeMethods.MakeHRFromErrorCode(errorCode));
System.Formats.Tar (5)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (4)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) : 152new IOException(SR.IO_SharingViolation_NoFileName, errorInfo.RawErrno); 163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno); 182return new IOException(
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
93throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
System.IO.Compression.ZipFile (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (4)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) : 152new IOException(SR.IO_SharingViolation_NoFileName, errorInfo.RawErrno); 163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno); 182return new IOException(
System.IO.FileSystem.Watcher (7)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (4)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) : 152new IOException(SR.IO_SharingViolation_NoFileName, errorInfo.RawErrno); 163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno); 182return new IOException(
System\IO\FileSystemWatcher.Linux.cs (3)
48throw new IOException(message, error.RawErrno); 50throw new IOException(SR.IOException_INotifyInstanceSystemLimitExceeded, error.RawErrno); 395exc = new IOException(message, error.RawErrno);
System.IO.Ports (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (4)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) : 152new IOException(SR.IO_SharingViolation_NoFileName, errorInfo.RawErrno); 163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno); 182return new IOException(
System.Private.CoreLib (11)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (4)
151new IOException(SR.Format(SR.IO_SharingViolation_File, path), errorInfo.RawErrno) : 152new IOException(SR.IO_SharingViolation_NoFileName, errorInfo.RawErrno); 163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno); 182return new IOException(
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
93throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
src\libraries\Common\src\System\IO\Win32Marshal.cs (4)
45return new IOException(SR.Format(SR.IO_AlreadyExists_Name, path), MakeHRFromErrorCode(errorCode)); 50return new IOException( 56return new IOException(SR.Format(SR.IO_FileExists_Name, path), MakeHRFromErrorCode(errorCode)); 72return new IOException(msg, MakeHRFromErrorCode(errorCode));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
455throw new IOException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, sourceFullPath), errorInfo.RawErrno);
src\libraries\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (1)
126throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
System.ServiceModel.NetNamedPipe (1)
System\IO\PipeException.cs (1)
22: base(message, errorCode)