<PackageReference Include="Castle.Windsor" Version="5.0.0" />

Castle.MicroKernel.ComponentRegistrationException

Exception threw when there is a problem registering a component
namespace Castle.MicroKernel { public class ComponentRegistrationException : Exception { public ComponentRegistrationException(string message); public ComponentRegistrationException(string message, Exception innerException); public ComponentRegistrationException(SerializationInfo info, StreamingContext context); } }