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

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); } }