StreamUnsupportedException

An exception that can be thrown to indicate that a required operation is not supported by the given stream.

Note: These exceptions are there for convenience for wrappers built on top of the base stream interface; such as stream readers/writers. The core functionality of streams will never throw.

Constructors

this
this(Stream stream, string file, size_t line)

Constructor.

Destructor

~this
~this()
Undocumented in source.

Members

Variables

stream
Stream stream;

The stream the exception applies to.

Meta