Click or drag to resize

MVCANControllerEditCopyOfDocBaseTModel, TViewThrowIfNotInitialized Method

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

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