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

    Class InvalidKeyException

    Exception to encapsulate invalid key errors.

    Inheritance
    System.Object
    System.Exception
    InvalidKeyException
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public class InvalidKeyException : Exception, ISerializable, _Exception

    Constructors

    InvalidKeyException()

    Declaration
    public InvalidKeyException()

    InvalidKeyException(Object)

    Construct a new InvalidKeyException.

    Declaration
    public InvalidKeyException(object key)
    Parameters
    Type Name Description
    System.Object key

    The key that caused the exception.

    InvalidKeyException(SerializationInfo, StreamingContext)

    Declaration
    protected InvalidKeyException(SerializationInfo message, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo message
    System.Runtime.Serialization.StreamingContext context

    InvalidKeyException(String)

    Declaration
    public InvalidKeyException(string message)
    Parameters
    Type Name Description
    System.String message

    InvalidKeyException(String, Exception)

    Declaration
    public InvalidKeyException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException

    Properties

    Key

    The key used to generate the exception.

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    System.Object

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String
    Overrides
    System.Exception.Message
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX