56 references to IOException
System.Console (6)
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\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (1)
126throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
93throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
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.DriveInfo (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); 381exc = new IOException(message, error.RawErrno);
System.IO.MemoryMappedFiles (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.Pipes (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.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.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
886result == -1 && lastErrno.Error != Error.SUCCESS ? new IOException(lastErrno.GetErrorMessage(), lastErrno.RawErrno) : // underlying I/O error
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.Security.Cryptography (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
93throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
src\libraries\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (1)
126throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
371new IOException(error.GetErrorMessage(), error.RawErrno));
System.ServiceModel.NetNamedPipe (1)
System\IO\PipeException.cs (1)
22: base(message, errorCode)