Class InUseException

Exception denoting something is in use, and cannot be modified or removed.

class InUseException
  : AediException ;

Exception denoting something is in use, and cannot be modified or removed. Usually thrown when an used component is attempted to remove from container.

Constructors

NameDescription
this Default constructor for InUseException