Table of Contents

Class NotInitializedException

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Thrown when user code attempts to access a property or perform a method that is only supported after Initialization e.g. of an IMainLoop<T>

public class NotInitializedException : Exception, ISerializable
Inheritance
NotInitializedException
Implements
Inherited Members

Constructors

NotInitializedException(string)

Creates a new instance of the exception indicating that the class memberName cannot be used until owner is initialized.

NotInitializedException(string, Exception)

Creates a new instance of the exception with the full message/inner exception.