Class ComponentSystemSorter.CircularSystemDependencyException | Entities | 0.3.0-preview.4
docs.unity.cn
    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX