StreamException

An exception that may be thrown if an illegal operation or error occurs while working with streams. Generally, if an exception is to be thrown while reading or writing in a stream's implementation, a StreamException should be wrapped around it to provide a common interface for error handling.

class StreamException : Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta