System.IO.EndOfStreamException

E697505

System.IO.EndOfStreamException is a .NET exception type thrown when an attempt is made to read beyond the end of a data stream.

Try in SPARQL Jump to: Statements Referenced by

Statements (43)

Predicate Object
instanceOf .NET exception type
class
assembly System.Runtime NERFINISHED
mscorlib NERFINISHED
baseType System.SystemException NERFINISHED
category I/O exception
CLSCompliant true
definedIn .NET Base Class Library NERFINISHED
fullName System.IO.EndOfStreamException NERFINISHED
hasConstructor System.IO.EndOfStreamException() NERFINISHED
System.IO.EndOfStreamException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
System.IO.EndOfStreamException(string message)
System.IO.EndOfStreamException(string message, System.Exception innerException)
inheritsFrom System.Exception NERFINISHED
System.SystemException
inheritsInnerExceptionPropertyFrom System.Exception NERFINISHED
inheritsMessagePropertyFrom System.Exception NERFINISHED
inheritsStackTracePropertyFrom System.Exception NERFINISHED
introducedIn .NET Framework 1.0 NERFINISHED
isAbstract false
isCheckedException false
isPublic true
isReferenceType true
isSerializable true
language C#
F# NERFINISHED
VB.NET NERFINISHED
namespace System.IO NERFINISHED
platform .NET 5+ NERFINISHED
.NET Core NERFINISHED
.NET Framework NERFINISHED
.NET Standard NERFINISHED
Mono NERFINISHED
Xamarin NERFINISHED
sealed true
summary Exception thrown when an attempt is made to read beyond the end of a stream.
typicalAPI System.IO.BinaryReader NERFINISHED
System.IO.Stream
typicalCause Reading past the end of a data stream.
Using BinaryReader methods when no more data is available.
usageContext File I/O operations
Memory stream reading
Network stream reading

Referenced by (1)

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

System.IO containsType System.IO.EndOfStreamException