Class InputControlLayout.LayoutNotFoundException
  
  
  
    Inheritance
    
    
    InputControlLayout.LayoutNotFoundException
   
  
  
  
  Assembly: Unity.InputSystem.dll
  
  
    public class InputControlLayout.LayoutNotFoundException : Exception, ISerializable
   
  Constructors
  
  
  
  
  Declaration
  
    public LayoutNotFoundException()
   
  
  LayoutNotFoundException(SerializationInfo, StreamingContext)
  
  
  Declaration
  
    protected LayoutNotFoundException(SerializationInfo info, StreamingContext context)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public LayoutNotFoundException(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        name | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public LayoutNotFoundException(string message, Exception innerException)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public LayoutNotFoundException(string name, string message)
   
  Parameters
  
  Properties
  
  
  
  
  Declaration
  
    public string layout { get; }
   
  Property Value
  
  Implements