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