ComponentNotFoundException public class ComponentNotFoundException : ComponentResolutionException Documentation 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) public ComponentNotFoundException(SerializationInfo info, StreamingContext context)