Castle.MicroKernel.ComponentNotFoundException
Exception threw when a request for a component
cannot be satisfied because the component does not
exist in the container
namespace Castle.MicroKernel
{
public class ComponentNotFoundException : ComponentResolutionException
{
public string Name { get; }
public Type Service { get; }
public ComponentNotFoundException(string name, Type service, int countOfHandlersForTheService);
public ComponentNotFoundException(string name, string message);
public ComponentNotFoundException(Type service, string message);
public ComponentNotFoundException(Type service);
}
}