Constructors: NewEndOfStreamException |
Returns a new EndOfStreamException with the specified message and optional exception.
Public Function NewEndOfStreamException( ByRef Message As String, Optional ByVal InnerException As Exception ) As EndOfStreamException
This exception can be thrown whenever an attempt to read passed the end of a stream is attempted. Such classes as BinaryReader may throw this exception if necessary.