Class PythonInstallException | Python for Unity | 2.1.1-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class PythonInstallException

    Exception thrown when Python is installed incorrectly so we can't run.

    Inheritance
    Object
    Exception
    PythonInstallException
    Namespace: UnityEditor.Scripting.Python
    Syntax
    public class PythonInstallException : Exception, ISerializable, _Exception

    Constructors

    PythonInstallException(String)

    Constructor with message

    Declaration
    public PythonInstallException(string msg)
    Parameters
    Type Name Description
    String msg

    The message of the exception

    PythonInstallException(String, Exception)

    Constructor with message and the exception that triggered this exception

    Declaration
    public PythonInstallException(string msg, Exception innerException)
    Parameters
    Type Name Description
    String msg

    The message of the exception

    Exception innerException

    The exception that triggered this exception

    Properties

    Message

    The exception's string

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    String
    Overrides
    Exception.Message
    Back to top
    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