WriteException

Thrown when unable to write data to Stream.

class WriteException : StreamException {}

Constructors

this
this(string msg)

Construct a WriteException with given error message.

Meta