ReadException

Thrown when unable to read data from Stream.

class ReadException : StreamException {}

Constructors

this
this(string msg)

Construct a ReadException with given error message.

Meta