CyclicDependencyFoundException Class

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

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CyclicDependencyFoundException
    Inherits Exception
'Usage
Dim instance As CyclicDependencyFoundException
[SerializableAttribute] 
public class CyclicDependencyFoundException : Exception
[SerializableAttribute] 
public ref class CyclicDependencyFoundException : public Exception
/** @attribute SerializableAttribute() */ 
public class CyclicDependencyFoundException extends Exception
SerializableAttribute 
public class CyclicDependencyFoundException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.CyclicDependencyFoundException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CyclicDependencyFoundException Members
Microsoft.Practices.CompositeUI Namespace