Class CircularSystemDependencyException | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX