Version

DependencyCircularityDetectedAction Enumeration

Represents the various actions possible when a dependency circularity is detected.
Syntax
'Declaration
 
Public Enum DependencyCircularityDetectedAction 
   Inherits System.Enum
public enum DependencyCircularityDetectedAction : System.Enum 
Members
MemberDescription
RemoveDependencyRemove or do not add the DependencyCircularityDetectedEventArgs.DependenciesCausingCircularity.
ThrowExceptionAllow an exception to be thrown so the error can be seen in the user interface.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also