DisconnectedException

Exception thrown if the connection to the remote side was closed.

Note: This is a higher layer concept does not imply that the underlying stream is closed.

Constructors

this
this(string message, string file, size_t line, Throwable next)

Construct a new DisconnectedException.

Meta