Click or drag to resize

ExpressionCompilerException Constructor (String)

Constructs a new expression compiler exception by using a custom error message

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ExpressionCompilerException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also