Table of Contents

Constructor LayoutException

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

LayoutException()

Creates a new instance of LayoutException.

public LayoutException()

LayoutException(string?)

Creates a new instance of LayoutException.

public LayoutException(string? message)

Parameters

message string

LayoutException(string?, Exception?)

Creates a new instance of LayoutException.

public LayoutException(string? message, Exception? innerException)

Parameters

message string
innerException Exception