exception CannotRegisterImplementationException in module com::sun::star::registry::

(Global Index)

Syntax

exception CannotRegisterImplementationException : com::sun::star::uno::Exception ;

Description

is thrown when an application tries to register an implementation using the XImplementationRegistration::registerImplementation() method, but the component cannot be registered.

See also

XIdlReflection::forName
Top of Page