Class ComponentSystemSorter.CircularSystemDependencyException | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class ComponentSystemSorter.CircularSystemDependencyException

    Inheritance
    Object
    Exception
    ComponentSystemSorter.CircularSystemDependencyException
    Namespace: Unity.Entities
    Syntax
    public class CircularSystemDependencyException : Exception, ISerializable, _Exception

    Constructors

    CircularSystemDependencyException(IEnumerable<Type>)

    Declaration
    public CircularSystemDependencyException(IEnumerable<Type> chain)
    Parameters
    Type Name Description
    IEnumerable<Type> chain

    Properties

    Chain

    Declaration
    public IEnumerable<Type> Chain { get; }
    Property Value
    Type Description
    IEnumerable<Type>

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    String
    Overrides
    Exception.Message
    In This Article
    • Constructors
      • CircularSystemDependencyException(IEnumerable<Type>)
    • Properties
      • Chain
      • Message
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023