RegistrationException

Provides an Exception when trying to register an instance twice

class RegistrationException : Exception {}

Constructors

this
this(string message, string key)

Creates a RegistrationException object

Meta