Inheritance
InputControlLayout.LayoutNotFoundException
public class LayoutNotFoundException : Exception, ISerializable, _Exception
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