ComponentNotFoundException public class ComponentNotFoundException : Exception Documentation public string Name { get; } public Type Service { get; } public ComponentNotFoundException(string name) public ComponentNotFoundException(string name, string message) public ComponentNotFoundException(Type service, string message) public ComponentNotFoundException(Type service) public ComponentNotFoundException(SerializationInfo info, StreamingContext context)