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
Syntaxpublic ExpressionCompilerException(
string message
)
Public Sub New (
message As String
)
public:
ExpressionCompilerException(
String^ message
)
new :
message : string -> ExpressionCompilerException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also