CircularDependencyException public class CircularDependencyException : Exception Represents the exception the container throws when a circular dependency is found. Documentation Code public Type Type { get; } The type the container is currently resolving. public CircularDependencyException(Type type, Exception innerException = null) Constructs a CircularDependencyException. protected CircularDependencyException(SerializationInfo info, StreamingContext context)