Class CircularSystemDependencyException
Inheritance
System.Object
System.Exception
CircularSystemDependencyException
Namespace: Unity.Entities
Syntax
public class CircularSystemDependencyException : Exception, ISerializable, _Exception
Constructors
CircularSystemDependencyException(IEnumerable<ComponentSystemBase>)
Declaration
public CircularSystemDependencyException(IEnumerable<ComponentSystemBase> chain)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ComponentSystemBase> | chain |
Properties
Chain
Declaration
public IEnumerable<ComponentSystemBase> Chain { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ComponentSystemBase> |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message