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