Constructor NotInitializedException | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
NotInitializedException(string)
Creates a new instance of the exception indicating that the classmemberName
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