Click or drag to resize

ExpressionCompilerException Constructor (String, Exception)

Initializes a new instance of the ExpressionCompilerException class.

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,
	Exception inner
)

Parameters

message
Type: SystemString
The message.
inner
Type: SystemException
The inner.
See Also