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

Castle.MicroKernel.KernelException

public class KernelException : Exception
Exception threw by Kernel operations that failed for some reason.
namespace Castle.MicroKernel { public class KernelException : Exception { public KernelException(string message); public KernelException(string message, Exception innerException); } }