CyclicDependencyFoundException Class

Represents the exception that is thrown when there is a circular dependency between modules during the module loading process.

Namespace:  Microsoft.Practices.Prism.Modularity
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class CyclicDependencyFoundException : ModularityException
'Declaration
Public Class CyclicDependencyFoundException _
    Inherits ModularityException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.Prism.Modularity.ModularityException
      Microsoft.Practices.Prism.Modularity.CyclicDependencyFoundException

See Also

CyclicDependencyFoundException Members

Microsoft.Practices.Prism.Modularity Namespace