docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ServicesInitializationException

    Represents an error during services initialization

    Inheritance
    object
    Exception
    ServicesInitializationException
    CircularDependencyException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.Core
    Assembly: Unity.Services.Core.dll
    Syntax
    public class ServicesInitializationException : Exception, ISerializable

    Constructors

    ServicesInitializationException()

    Initializes a new instance of the ServicesInitializationException class.

    Declaration
    public ServicesInitializationException()

    ServicesInitializationException(string)

    Initializes a new instance of the ServicesInitializationException class.

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

    The error message that explains the reason for the exception.

    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.

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)