Class EnvironmentNotFoundException
The exception thrown when no environment is found.
Inherited Members
Namespace: Unity.Services.Core.Editor.Environments
Assembly: Unity.Services.Core.Environments.Editor.dll
Syntax
public class EnvironmentNotFoundException : Exception, _Exception, ISerializable
Constructors
EnvironmentNotFoundException(string)
Constructor for Environment
Declaration
public EnvironmentNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |