Click or drag to resize

LeftOrRightOperatorParam2IsEmptyException Constructor

Constructs a custom localized error message

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public LeftOrRightOperatorParam2IsEmptyException(
	string name,
	int operatorNo,
	string attributeName
)

Parameters

name
Type: SystemString
Name of the operator - left or right
operatorNo
Type: SystemInt32
Line number for the expression
attributeName
Type: SystemString
Name of the calculated attribute
See Also