Click or drag to resize

ControllerBaseNoViewException Property

Gets an exception that is thrown when a controller currently has no view.

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

Property Value

InvalidOperationException
See Also