Click or drag to resize

OperatorNotFoundException Constructor (Int32)

Initializes a new instance of the OperatorNotFoundException class.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public OperatorNotFoundException(
	int operatorNo
)

Parameters

operatorNo
Type: SystemInt32
The operator number that was looked up
See Also