Class Addressables.InvalidKeyException
Inheritance
System.Object
Addressables.InvalidKeyException
Namespace: UnityEngine.AddressableAssets
Syntax
public class InvalidKeyException : Exception
Constructors
InvalidKeyException(Object)
Declaration
public InvalidKeyException(object key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key |
Properties
Key
Declaration
public object Key { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Message
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |