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