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
Syntaxpublic LeftOrRightOperatorParam2IsEmptyException(
string name,
int operatorNo,
string attributeName
)
Public Sub New (
name As String,
operatorNo As Integer,
attributeName As String
)
public:
LeftOrRightOperatorParam2IsEmptyException(
String^ name,
int operatorNo,
String^ attributeName
)
new :
name : string *
operatorNo : int *
attributeName : string -> LeftOrRightOperatorParam2IsEmptyException
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