Click or drag to resize

ExpressionCompilerException Class

Base class for exceptions that use their own exception message and not the default one used in GetCalculatingFunction
Inheritance Hierarchy

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 ExpressionCompilerException : InvalidOperationException
Constructors
  NameDescription
Public methodExpressionCompilerException(String)
Constructs a new expression compiler exception by using a custom error message
Public methodExpressionCompilerException(String, Exception)
Initializes a new instance of the ExpressionCompilerException class.
Top
See Also