docs.unity.cn
    Show / Hide Table of Contents

    Class CircularDependencyException

    Exception to use two registered IInitializablePackage depend on the other.

    Inheritance
    Object
    ServicesInitializationException
    CircularDependencyException
    Namespace: Unity.Services.Core.Internal
    Syntax
    public class CircularDependencyException : ServicesInitializationException

    Constructors

    CircularDependencyException()

    Initialize a new instance of the ServicesInitializationException class.

    Declaration
    public CircularDependencyException()

    CircularDependencyException(String)

    Initialize a new instance of the ServicesInitializationException class with a specified error message.

    Declaration
    public CircularDependencyException(string message)
    Parameters
    Type Name Description
    String message

    The error message that explains the reason for the exception.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use