Class EndOfStreamException
public class EndOfStreamException : Exception
- Inheritance
-
EndOfStreamException
Constructors
EndOfStreamException()
public EndOfStreamException()
EndOfStreamException(int, int)
public EndOfStreamException(int requestedRead, int remainingBits)
Parameters
EndOfStreamException(string)
public EndOfStreamException(string message)
Parameters
message
string
EndOfStreamException(string, Exception)
public EndOfStreamException(string message, Exception inner)