Click or drag to resize

OperatorNotFoundException Constructor (Int32, Exception)

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,
	Exception inner
)

Parameters

operatorNo
Type: SystemInt32
TThe operator number that was looked up.
inner
Type: SystemException
Inner exception.
See Also