You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class RepositoryDependencyResolverException : Exception
{
public Type DependencyType { get; internal set; }
public IServiceProvider DependencyResolver { get; internal set; }
public RepositoryDependencyResolverException(Type dependencyType, Exception innerException = null)
: base(
String.Format("Could not resolve type '{0}' using the '{1}'. Make sure you have configured your Ioc container for this type. View the InnerException for more details.",