StreamException

A base class for stream exceptions.

class StreamException : Exception {}

Constructors

this
this(string msg, int foo)

Construct a StreamException with given error message msg.

Members

Variables

stars
int stars;

stars

Meta