Function DisconnectedException.this

Construct a new DisconnectedException.

this (
  string message = "Connection disconnected",
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__,
  object.Throwable next = null
) pure nothrow @safe;