System.IO.IOException

E697506

System.IO.IOException is a .NET exception type that represents errors occurring during input/output operations, such as reading from or writing to files and streams.

Jump to: Statements Referenced by

Statements (50)

Predicate Object
instanceOf .NET exception type
System.Exception subclass
class
assembly System.Runtime NERFINISHED
mscorlib NERFINISHED
baseClassOf System.IO.DirectoryNotFoundException NERFINISHED
System.IO.DriveNotFoundException NERFINISHED
System.IO.EndOfStreamException NERFINISHED
System.IO.FileLoadException NERFINISHED
System.IO.FileNotFoundException NERFINISHED
System.IO.PathTooLongException NERFINISHED
System.IO.PipeException NERFINISHED
canBeThrownBy System.IO.BinaryReader NERFINISHED
System.IO.BinaryWriter NERFINISHED
System.IO.Directory NERFINISHED
System.IO.File NERFINISHED
System.IO.FileStream NERFINISHED
System.IO.StreamReader NERFINISHED
System.IO.StreamWriter NERFINISHED
category I/O error
CLSCompliant true
hasConstructor System.IO.IOException()
System.IO.IOException(string message)
System.IO.IOException(string message, Exception innerException)
System.IO.IOException(string message, int hresult)
hasProperty HResult
InnerException
Message
Source
StackTrace
inheritsFrom System.Exception NERFINISHED
object
introducedIn .NET Framework 1.0 NERFINISHED
isAbstract false
isPublic true
isSealed false
isSerializable true
memberOfLibrary .NET Base Class Library NERFINISHED
namespace System.IO NERFINISHED
platform .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
Mono NERFINISHED
usedFor device I/O errors
file access errors
input/output operation errors
network I/O errors
pipe I/O errors
stream read errors
stream write errors

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.IO containsType System.IO.IOException