Function InUseException.this

Default constructor for InUseException

this (
  string msg,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__,
  object.Throwable next = null
);

this (
  string msg,
  object.Throwable next,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
);