OperatorNotFoundException Constructor (Int32, Exception) |
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,
Exception inner
)
Public Sub New (
operatorNo As Integer,
inner As Exception
)
public:
OperatorNotFoundException(
int operatorNo,
Exception^ inner
)
new :
operatorNo : int *
inner : Exception -> OperatorNotFoundException
Parameters
- operatorNo
- Type: SystemInt32
TThe operator number that was looked up. - inner
- Type: SystemException
Inner exception.
See Also