Class NotInitializedException | Terminal.Gui v2 (original) (raw)
Namespace
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
public class NotInitializedException : Exception, ISerializable
Inheritance
NotInitializedException
Implements
Inherited Members
Constructors
NotInitializedException(string)
Creates a new instance of the exception indicating that the classmemberName
cannot be used until owner is initialized.
NotInitializedException(string, Exception)
Creates a new instance of the exception with the full message/inner exception.