docs.unity.cn
    Show / Hide Table of Contents

    Class InputControlLayout.LayoutNotFoundException

    Inheritance
    Object
    Exception
    InputControlLayout.LayoutNotFoundException
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Namespace: UnityEngine.InputSystem.Layouts
    Syntax
    public class LayoutNotFoundException : Exception, _Exception, ISerializable

    Constructors

    LayoutNotFoundException()

    Declaration
    public LayoutNotFoundException()

    LayoutNotFoundException(SerializationInfo, StreamingContext)

    Declaration
    protected LayoutNotFoundException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    LayoutNotFoundException(String)

    Declaration
    public LayoutNotFoundException(string name)
    Parameters
    Type Name Description
    String name

    LayoutNotFoundException(String, Exception)

    Declaration
    public LayoutNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    LayoutNotFoundException(String, String)

    Declaration
    public LayoutNotFoundException(string name, string message)
    Parameters
    Type Name Description
    String name
    String message

    Properties

    layout

    Declaration
    public string layout { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use