Class Addressables.InvalidKeyException | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX