NoResolvableConstructorFoundException public class NoResolvableConstructorFoundException : ComponentActivatorException Exception thrown when component has no resolvable constructor that can be used to create an instance. Documentation Code public Type Type { get; } public NoResolvableConstructorFoundException(Type type) public NoResolvableConstructorFoundException(string message, Exception innerException)