CompositionRootNotFoundException public class CompositionRootNotFoundException : Exception Occurs when composing requested but no ICompositionRoot is present in the given assembly. Documentation Code public Assembly Assembly { get; } The scanned assembly. public CompositionRootNotFoundException(Assembly assembly, Exception innerException = null) Constructs a CompositionRootNotFoundException.