Click or drag to resize

ControllerBaseNotInitializedException Property

Gets an exception that is thrown when a controller is not properly initialized.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected InvalidOperationException NotInitializedException { get; }

Property Value

InvalidOperationException
See Also