Class ComponentSystemSorter.CircularSystemDependencyException
  
Inheritance
ComponentSystemSorter.CircularSystemDependencyException
 
Syntax
public class CircularSystemDependencyException : Exception, ISerializable, _Exception
 
Constructors
  
CircularSystemDependencyException(IEnumerable<Type>)
Declaration
public CircularSystemDependencyException(IEnumerable<Type> chain)
 
Parameters
Properties
  
Chain
Declaration
public IEnumerable<Type> Chain { get; }
 
Property Value
Message
Declaration
public override string Message { get; }
 
Property Value
Overrides