OperatorNotFoundException Constructor (Int32) |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic OperatorNotFoundException(
int operatorNo
)
Public Sub New (
operatorNo As Integer
)
public:
OperatorNotFoundException(
int operatorNo
)
new :
operatorNo : int -> OperatorNotFoundException
Parameters
- operatorNo
- Type: SystemInt32
The operator number that was looked up
See Also