docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InputControlLayout.LayoutNotFoundException

    Inheritance
    object
    Exception
    InputControlLayout.LayoutNotFoundException
    Implements
    ISerializable
    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
    Assembly: Unity.InputSystem.dll
    Syntax
    public class InputControlLayout.LayoutNotFoundException : 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

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)