Table of Contents

Constructor NotInitializedException

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

NotInitializedException(string)

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

public NotInitializedException(string memberName)

Parameters

memberName string

Property or method name

NotInitializedException(string, Exception)

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

public NotInitializedException(string msg, Exception innerException)

Parameters

msg string
innerException Exception