docs.unity3d.com
    Show / Hide Table of Contents

    Class ServicesInitializationException

    Represents an error during services initialization

    Inheritance
    Object
    Exception
    ServicesInitializationException
    CircularDependencyException
    Namespace: Unity.Services.Core
    Syntax
    public class ServicesInitializationException : Exception, ISerializable, _Exception

    Constructors

    ServicesInitializationException()

    Declaration
    public ServicesInitializationException()

    ServicesInitializationException(String)

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

    ServicesInitializationException(String, Exception)

    Initializes a new instance of the ServicesInitializationException class.

    Declaration
    public ServicesInitializationException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception, if any.

    Back to top
    Terms of use
    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