18 references to IOException
mscorlib (13)
microsoft\win32\registrykey.cs (4)
1273
throw new
IOException
(Environment.GetResourceString("Arg_RegGetOverflowBug"), e);
1298
throw new
IOException
(Environment.GetResourceString("Arg_RegGetOverflowBug"), e);
1326
throw new
IOException
(Environment.GetResourceString("Arg_RegGetOverflowBug"), e);
1344
throw new
IOException
(Environment.GetResourceString("Arg_RegGetOverflowBug"), e);
system\io\binaryreader.cs (1)
240
throw new
IOException
(Environment.GetResourceString("Arg_DecBitCtor"), e);
system\io\directorynotfoundexception.cs (1)
41
:
base
(message, innerException) {
system\io\drivenotfoundexception.cs (1)
36
:
base
(message, innerException) {
system\io\endofstreamexception.cs (1)
37
:
base
(message, innerException) {
system\io\fileloadexception.cs (2)
49
:
base
(message, inner) {
60
:
base
(message, inner) {
system\io\filenotfoundexception.cs (2)
45
:
base
(message, innerException) {
56
:
base
(message, innerException) {
system\io\pathtoolongexception.cs (1)
39
:
base
(message, innerException) {
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (2)
129
throw new
IOException
("Read", comException);
134
throw new
IOException
("Read", ioException);
System (1)
sys\System\IO\compression\ZLibException.cs (1)
80
:
base
(message, inner) {
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
266
IOException e = new
IOException
(error, inner);
System.ServiceModel (1)
System\ServiceModel\Channels\PipeException.cs (1)
28
:
base
(message, inner)