Click or drag to resize

TreePathNotFoundException(String) Constructor

Initializes a new instance of the TreePathNotFoundException class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TreePathNotFoundException(
	string path
)

Parameters

path  String
The missing tree path.
See Also