Click or drag to resize

AltaxoOperatorException Constructor

Initializes a new instance of the AltaxoOperatorException class.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AltaxoOperatorException(
	string s
)

Parameters

s  String
Error message.
See Also