Class PythonInstallException
Exception thrown when Python is installed incorrectly so we can't run.
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 |