Table of Contents

Class LayoutException

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents an exception that is thrown when a layout operation fails.

[Serializable]
public class LayoutException : Exception, ISerializable
Inheritance
LayoutException
Implements
Inherited Members

Constructors

LayoutException()

Creates a new instance of LayoutException.

LayoutException(string?)

Creates a new instance of LayoutException.

LayoutException(string?, Exception?)

Creates a new instance of LayoutException.