Click or drag to resize

OperatorNotFoundException Class

Operator wasn't found by number
Inheritance Hierarchy
SystemObject
  SystemException
    Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompilerOperatorNotFoundException

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
[SerializableAttribute]
public class OperatorNotFoundException : Exception

The OperatorNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodOperatorNotFoundException(Int32)
Initializes a new instance of the OperatorNotFoundException class.
Public methodOperatorNotFoundException(Int32, Exception)
Initializes a new instance of the OperatorNotFoundException class.
Top
Methods
Fields
  NameDescription
Public fieldOperatorNo
Operator number that was looked up
Top
See Also