ExpressionCompilerException Constructor (String, Exception) |
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,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ExpressionCompilerException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ExpressionCompilerException
Parameters
- message
- Type: SystemString
The message. - inner
- Type: SystemException
The inner.
See Also