docs.unity.cn
    Show / Hide Table of Contents

    Class InvalidKeyException

    Exception to encapsulate invalid key errors.

    Inheritance
    Object
    InvalidKeyException
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public class InvalidKeyException : Exception

    Constructors

    Name Description
    InvalidKeyException()
    InvalidKeyException(SerializationInfo, StreamingContext)
    InvalidKeyException(Object)

    Construct a new InvalidKeyException.

    InvalidKeyException(Object, Type)

    Construct a new InvalidKeyException.

    InvalidKeyException(Object, Type, Addressables.MergeMode)

    Construct a new InvalidKeyException.

    InvalidKeyException(String)
    InvalidKeyException(String, Exception)

    Properties

    Name Description
    Key

    The key used to generate the exception.

    MergeMode

    MergeMode if used, else null.

    Message

    Stores information about the exception.

    Type

    The type of the key used to generate the exception.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use