Click or drag to resize

DependentVariableTransformationControllerThrowIfNotInitialized Method

Throws an exception if the controller is not initialized with a document.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void ThrowIfNotInitialized()
Exceptions
ExceptionCondition
InvalidOperationExceptionController was not initialized with a document.
See Also