IModuleRegistrarRegisterConfiguredModules Method |
Namespace: Autofac.Configuration
Exception | Condition |
---|---|
ArgumentNullException | Thrown if builder or configuration is . |
InvalidOperationException | Thrown if there is any issue in parsing the module configuration into registrations. |
Implementations of this method are responsible for adding modules to the container by parsing configuration model data and executing the registration logic.