StreamException

A base class for stream exceptions.

class StreamException : Exception {}

Constructors

this
this(string msg)

Construct a StreamException with given error message.

Meta