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

    Class InputControlLayout.LayoutNotFoundException

    Inheritance
    System.Object
    System.Exception
    InputControlLayout.LayoutNotFoundException
    Namespace: UnityEngine.InputSystem.Layouts
    Syntax
    public class LayoutNotFoundException : Exception, ISerializable, _Exception

    Constructors

    LayoutNotFoundException()

    Declaration
    public LayoutNotFoundException()

    LayoutNotFoundException(SerializationInfo, StreamingContext)

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

    LayoutNotFoundException(String)

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

    LayoutNotFoundException(String, Exception)

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

    LayoutNotFoundException(String, String)

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

    Properties

    layout

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